Skip to content

Commit

Permalink
vim: change tmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
banyan committed Aug 26, 2018
1 parent 2fc05ad commit 2cb7eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
" keep a persistent backup file from Vim7.3
if v:version >= 730
set undofile
set undodir=~/.vim/.undo,~/tmp,/tmp
set undodir=~/.vim/.undo,~/tmp-vim,/tmp-vim
endif

" Tame the quickfix window (open/close using ,f)
Expand Down

0 comments on commit 2cb7eb8

Please sign in to comment.