add /tmp as undo fallback

This commit is contained in:
Thomas Ruoff
2017-08-22 01:12:44 +02:00
committed by Thomas Ruoff
parent 3b8cb332f8
commit d1783a6633

2
vimrc
View File

@@ -143,7 +143,7 @@ set diffopt+=iwhite
" }}}
" {{{ Undo
set undodir=~/.vim/undos
set undodir=~/.vim/undos,/tmp
set undofile
set undolevels=1000
set undoreload=10000