aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc10
1 files changed, 5 insertions, 5 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 991bb79e..a4bccf7c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -104,8 +104,8 @@ scriptencoding utf-8
"
if !exists('$MYVIM')
let $MYVIM = map(
- \ split(&runtimepath, '\\\@<!,[, ]*')
- \,'substitute(v:val, ''\\,'', '','', ''g'')'
+ \ split(&runtimepath, '\\\@<!,[, ]*'),
+ \ 'substitute(v:val, ''\\,'', '','', ''g'')',
\)[0]
endif
@@ -406,9 +406,9 @@ endif
set spelllang=en_nz
Establish $MYVIM/cache/spell
let &spellfile = $MYVIM.'/cache/spell/'.join([
- \ split(&spelllang, '_')[0]
- \,&encoding
- \,'add'
+ \ split(&spelllang, '_')[0],
+ \ &encoding,
+ \ 'add',
\], '.')
" Spell checking includes optional support for catching lower case letters at