Parcourir la source

set vi compatible

pull/1/head
10sr il y a 13 ans
Parent
révision
d946fd2d1b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      .vimrc

+ 1
- 1
.vimrc Voir le fichier

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


Chargement…
Annuler
Enregistrer