disable persistent undo
This commit is contained in:
parent
26f9f5cf56
commit
b2d7b95f93
8
vimrc
8
vimrc
@ -14,10 +14,10 @@ set expandtab
|
|||||||
set softtabstop=4
|
set softtabstop=4
|
||||||
set ruler
|
set ruler
|
||||||
set showmatch
|
set showmatch
|
||||||
if has("persistent_undo")
|
"if has("persistent_undo")
|
||||||
set undodir=$MYVIMFILES/undo
|
" set undodir=$MYVIMFILES/undo
|
||||||
set undofile
|
" set undofile
|
||||||
endif
|
"endif
|
||||||
set mouse=a
|
set mouse=a
|
||||||
set hlsearch
|
set hlsearch
|
||||||
set incsearch
|
set incsearch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user