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")
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue