Explorar el Código

set vi compatible

pull/1/head
10sr hace 13 años
padre
commit
d946fd2d1b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .vimrc

+ 1
- 1
.vimrc Ver fichero

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


Cargando…
Cancelar
Guardar