Sfoglia il codice sorgente

set vi compatible

pull/1/head
10sr 13 anni fa
parent
commit
d946fd2d1b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      .vimrc

+ 1
- 1
.vimrc Vedi 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'))


Caricamento…
Annulla
Salva