Merge pull request #583 from dsimmons/refactor/dedupe-persistent-undo

Remove redundant persistent-undo.vim
This commit is contained in:
Yan Pritzker 2015-01-04 13:52:27 -06:00
commit bea8c2f5e2

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