aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-19 20:55:41 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-19 20:55:41 +1200
commit9a6499eb127f9e380034c615414dd8e4dd9ee503 (patch)
treece9152e867786eb6a057d32735ce6c7ac16e5e6d
parentRemove leader maps for digits (diff)
downloaddotfiles-9a6499eb127f9e380034c615414dd8e4dd9ee503.tar.gz
dotfiles-9a6499eb127f9e380034c615414dd8e4dd9ee503.zip
Swap two terms around
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 591eca96..e5b38cb6 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -149,8 +149,8 @@ endif
"
" <https://github.com/vim/vim/releases/tag/v7.1.055>
"
-if stridx($MYVIM, '\') >= 0
- \ && (v:version < 701 || v:version == 701 && !has('patch55'))
+if (v:version < 701 || v:version == 701 && !has('patch55'))
+ \ && stridx($MYVIM, '\') >= 0
echoerr 'Illegal backslash in user runtime path on Vim < v7.1.055'
finish
endif