disable persistent undo

This commit is contained in:
Josh Holtrop 2013-01-15 14:35:03 -05:00
parent 26f9f5cf56
commit b2d7b95f93

8
vimrc
View File

@ -14,10 +14,10 @@ set expandtab
set softtabstop=4
set ruler
set showmatch
if has("persistent_undo")
set undodir=$MYVIMFILES/undo
set undofile
endif
"if has("persistent_undo")
" set undodir=$MYVIMFILES/undo
" set undofile
"endif
set mouse=a
set hlsearch
set incsearch