From 2e1e3906b8a81c607a2b03d6259d1b485cbd21e0 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Sun, 18 Oct 2020 20:08:29 -0400 Subject: [PATCH] Maybe make persistent_undo work --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 1f7da6f..32797fb 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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