aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-06 15:08:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-06 15:08:52 +1200
commitd05e718fd0af63a696e9dadc8a27e95026574780 (patch)
tree69016e291fdb43851d2df6a30bbc3366c305d71a
parentRemove overzealous checks from gitcommit ftplugin (diff)
downloaddotfiles-d05e718fd0af63a696e9dadc8a27e95026574780.tar.gz
dotfiles-d05e718fd0af63a696e9dadc8a27e95026574780.zip
Use vimrc#EscapeSet() consistently
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 6c5552d4..4bca693c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -24,7 +24,7 @@ set backspace+=start " Before the start of current insertion
" Keep backup files in dedicated directory; add trailing double-slash to keep
" full path in name, if Vim is new enough to support that
set backup
-execute 'set backupdir^='.vimrc#EscapeSet($MYVIM).'/cache/backup'
+execute 'set backupdir^='.vimrc#EscapeSet($MYVIM.'/cache/backup')
\ . (vimrc#Version('8.1.251') ? '//' : '')
" Add some *nix paths not to back up