aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-25 18:12:09 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-25 18:12:09 +1200
commitb63eb7d014d9feeecaf712c16b39143755dac099 (patch)
tree788cff37dd86103f4f32d4c0d2fe96922a515390
parentMerge branch 'release/v4.49.0' into develop (diff)
downloaddotfiles-b63eb7d014d9feeecaf712c16b39143755dac099.tar.gz
dotfiles-b63eb7d014d9feeecaf712c16b39143755dac099.zip
Move 'viminfofile'
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index e93bd4e3..14602b7f 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -179,7 +179,7 @@ endif
" Keep the viminfo file in the home Vim directory, mostly to stop history
" getting clobbered when something runs Vim without using this vimrc
-let $VIMINFO = $MYVIM.'/viminfo'
+let $VIMINFO = $MYVIM.'/cache/viminfo'
if exists('+viminfofile') " Use new option method if we can (v8.1.716)
set viminfofile=$VIMINFO
else " Resort to clunkier method with 'viminfo' option flag