aboutsummaryrefslogtreecommitdiff
path: root/vim/config/undo.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/config/undo.vim')
-rw-r--r--vim/config/undo.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/config/undo.vim b/vim/config/undo.vim
index 3df06d80..68dde131 100644
--- a/vim/config/undo.vim
+++ b/vim/config/undo.vim
@@ -25,8 +25,8 @@ if !strlen($SUDO_USER) && has('unix') && has('persistent_undo')
augroup undoskip
autocmd!
silent! autocmd BufWritePre
- \ /tmp/*,$TMPDIR/*,$TMP/*,$TEMP/*,*/shm/*
- \ setlocal noundofile
+ \ /tmp/*,$TMPDIR/*,$TMP/*,$TEMP/*,*/shm/*
+ \ setlocal noundofile
augroup END
endif
endif