aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-29 13:34:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-29 13:34:32 +1200
commit3d9b57820428e79a1021bc5780b39cd1117d1548 (patch)
tree5dc5e78a1f91fb742fc48c0651ede53fdf800576
parentAdjust quoting for legibility (diff)
downloadvim-colon-operator-3d9b57820428e79a1021bc5780b39cd1117d1548.tar.gz
vim-colon-operator-3d9b57820428e79a1021bc5780b39cd1117d1548.zip
Abbreviate load guard
-rw-r--r--plugin/colon_operator.vim5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugin/colon_operator.vim b/plugin/colon_operator.vim
index 5a30115..d2df540 100644
--- a/plugin/colon_operator.vim
+++ b/plugin/colon_operator.vim
@@ -5,10 +5,7 @@
" Author: Tom Ryder <tom@sanctum.geek.nz>
" License: Same as Vim itself
"
-if exists('loaded_colon_operator') || &compatible
- finish
-endif
-if v:version < 700
+if exists('loaded_colon_operator') || &compatible || v:version < 700
finish
endif
let loaded_colon_operator = 1