Browse Source

set vi compatible

pull/1/head
10sr 13 years ago
parent
commit
d946fd2d1b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .vimrc

+ 1
- 1
.vimrc View File

@@ -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'))


Loading…
Cancel
Save