aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-17 00:48:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-17 00:48:17 +1200
commitc60eb545d316eac73f6ef27d1e3ed51f1aaf3c85 (patch)
tree2b46b22631b2dfbdcdee301050f35a54b9d6160e
parentOverhaul local Vim spellfile word list plugin (diff)
downloaddotfiles-c60eb545d316eac73f6ef27d1e3ed51f1aaf3c85.tar.gz
dotfiles-c60eb545d316eac73f6ef27d1e3ed51f1aaf3c85.zip
Adjust comma position in broken lines
-rw-r--r--vim/vimrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index dc9430e1..9cc74c3b 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -103,9 +103,9 @@ scriptencoding utf-8
" Vim, I love you, but you are really weird.
"
let s:runtimepath = map(
- \ split(&runtimepath, '\\\@<!,[, ]*'),
- \ "substitute(v:val, '\\\\,', '', 'g')"
- \ )
+ \ split(&runtimepath, '\\\@<!,[, ]*')
+ \,"substitute(v:val, '\\\\,', '', 'g')"
+ \)
if !exists('$MYVIM')
let $MYVIM = s:runtimepath[0]
endif