nvim: fixed quotations in undodir

server
tiyn 2 years ago
parent bccdd7edfb
commit 879dfa8d5e

@ -77,7 +77,7 @@ endif
" enable persistent undo " enable persistent undo
if has('persistent_undo') if has('persistent_undo')
set undofile set undofile
set undodir=$XDG_CACHE_HOME/vim/undo set undodir="$XDG_CACHE_HOME/vim/undo"
endif endif
" unmap unwanted commands " unmap unwanted commands

Loading…
Cancel
Save