persistent undo added

This commit is contained in:
ManjaroOne666 2017-09-12 13:09:12 +01:00
parent 7ef60fb71e
commit 58975ea8a1
1 changed files with 5 additions and 0 deletions

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