aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-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