Updated vimrc for persistent undo

This commit is contained in:
acicchetti 2019-06-13 09:24:37 -04:00
parent cf57c73127
commit 8942ca8e31

View file

@ -29,7 +29,7 @@ if has('nvim')
endif
if has("persistent_undo")
set undodir=$HOME"/.undodir"
set undodir=$HOME/.undodir
set undofile
endif