Maybe make persistent_undo work

This commit is contained in:
Anthony Cicchetti 2020-10-18 20:08:29 -04:00
parent 6bbf0f20e5
commit 2e1e3906b8

View file

@ -44,7 +44,7 @@ endif
if has("persistent_undo") if has("persistent_undo")
set undofile set undofile
set undodir=$HOME/.undodir set undodir=$HOME."/.undodir"
augroup undodir augroup undodir
autocmd! autocmd!
autocmd BufWritePre /tmp/* setlocal noundofile autocmd BufWritePre /tmp/* setlocal noundofile