mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-01 17:07:45 +02:00
nvim: fixed quotations in undodir
This commit is contained in:
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…
x
Reference in New Issue
Block a user