Updated vimrc for persistent undo
This commit is contained in:
parent
cf57c73127
commit
8942ca8e31
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ if has('nvim')
|
|||
endif
|
||||
|
||||
if has("persistent_undo")
|
||||
set undodir=$HOME"/.undodir"
|
||||
set undodir=$HOME/.undodir
|
||||
set undofile
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue