persistent undo added

This commit is contained in:
ManjaroOne666 2017-09-12 13:09:12 +01:00
commit 58975ea8a1

5
vimrc
View file

@ -184,6 +184,11 @@ augroup myvimrc
augroup END
" persisitent undo file
set undodir=/home/ray/.vim/undodir
set undofile
" plugins stuff