aboutsummaryrefslogtreecommitdiff
path: root/plugin/uncap_ex.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/uncap_ex.vim')
-rw-r--r--plugin/uncap_ex.vim5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugin/uncap_ex.vim b/plugin/uncap_ex.vim
index 679a255..5796d31 100644
--- a/plugin/uncap_ex.vim
+++ b/plugin/uncap_ex.vim
@@ -7,10 +7,7 @@
" Author: Tom Ryder <tom@sanctum.geek.nz>
" License: Same as Vim itself
"
-if exists('loaded_uncap_ex') || &compatible
- finish
-endif
-if !has('user_commands') || v:version < 600
+if exists('loaded_uncap_ex') || &compatible || v:version < 700
finish
endif
let loaded_uncap_ex = 1