aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-07 00:30:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-07 00:30:51 +1200
commitb12a7dea8c6e2c6bd1a733e22a70051753b52421 (patch)
tree6b5d2b3f75653e7ce7b10c371117c0eecd1df778
parentStrip trailing-double-slashes for dir creates (diff)
downloaddotfiles-b12a7dea8c6e2c6bd1a733e22a70051753b52421.tar.gz
dotfiles-b12a7dea8c6e2c6bd1a733e22a70051753b52421.zip
Adjust layout of another line
-rw-r--r--vim/vimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 0c808661..14eadc4b 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -60,7 +60,9 @@ set cpoptions+=J
set dictionary^=/usr/share/dict/words
" Keep swap files in dedicated directory, named with full path
-execute 'set directory^='.vimrc#EscapeSetPart($MYVIM.'/cache/swap//')
+execute 'set directory^='.vimrc#EscapeSetPart(
+ \ $MYVIM.'/cache/swap//'
+ \ )
call vimrc#Establish(&directory)
" If the environment didn't set an encoding, use UTF-8, not ASCII