From d946fd2d1b8ae141d2c8f1533c4d981e23d86095 Mon Sep 17 00:00:00 2001 From: 10sr Date: Tue, 22 Nov 2011 20:37:52 +0900 Subject: [PATCH] set vi compatible --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 85794f5..6067a7a 100644 --- a/.vimrc +++ b/.vimrc @@ -8,7 +8,7 @@ endif """"""""""""""""""""""""""""""""""" filetype plugin indent on -"set nocompatible "vi互換にしない +set compatible "vi互換 "バックアップファイルを作るディレクトリ if !isdirectory(expand('~/.vim/backup')) call mkdir(expand('~/.vim/backup'))