Removed redundant persistent-undo.vim

This commit is contained in:
Dan Simmons 2014-12-30 17:37:56 -05:00
parent 46d416eef6
commit e58bb0c774

View File

@ -1,7 +0,0 @@
" persistent undos - undo after you re-open the file
" but this gives warnings under command line vim
" use only in macvim
if v:version > '702'
set undodir=~/.vim/backups
set undofile
endif