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 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