aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-09 16:28:57 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-09 16:28:57 +1200
commit5c08158122e020a19b0465605722334a0199879a (patch)
tree22713e324b1b43ac29481176380007e9224ec7e2
parentAdd a bit more commentary on vimrc reloading (diff)
downloaddotfiles-5c08158122e020a19b0465605722334a0199879a.tar.gz
dotfiles-5c08158122e020a19b0465605722334a0199879a.zip
Correct an error message
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 7745ca87..45b8fb54 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -99,7 +99,7 @@ if $MYVIM =~# ','
echoerr 'Illegal comma in user runtime path'
let $MYVIM = ''
elseif v:version < 702 && $MYVIM =~# '\\'
- echoerr 'Illegal backslash in user runtime path on Vim <=7.2'
+ echoerr 'Illegal backslash in user runtime path on Vim < v7.2'
let $MYVIM = ''
endif