aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-25 00:25:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-25 00:25:15 +1200
commite7a29aa9823026b33b7859dc4a312f37657c9aee (patch)
tree1eb1251e8fa1628dfccb3a1a5f74aabbf20bc586
parentMerge branch 'release/v6.45.0' into develop (diff)
downloaddotfiles-e7a29aa9823026b33b7859dc4a312f37657c9aee.tar.gz
dotfiles-e7a29aa9823026b33b7859dc4a312f37657c9aee.zip
Add missing character to &runtimepath substitute
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 8413ce7c..1f955871 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -105,7 +105,7 @@ scriptencoding utf-8
if !exists('$MYVIM')
let $MYVIM = map(
\ split(&runtimepath, '\\\@<!,[, ]*')
- \,'substitute(v:val, ''\\,'', '''', ''g'')'
+ \,'substitute(v:val, ''\\,'', '','', ''g'')'
\)[0]
endif