Maybe make persistent_undo work
This commit is contained in:
parent
6bbf0f20e5
commit
2e1e3906b8
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ endif
|
|||
|
||||
if has("persistent_undo")
|
||||
set undofile
|
||||
set undodir=$HOME/.undodir
|
||||
set undodir=$HOME."/.undodir"
|
||||
augroup undodir
|
||||
autocmd!
|
||||
autocmd BufWritePre /tmp/* setlocal noundofile
|
||||
|
|
Loading…
Add table
Reference in a new issue