aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-17 22:54:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-17 22:54:15 +1200
commit2d996145d48d9caaa7833a8fdfa566453b3197dc (patch)
tree83a13c720b1fed6ce17a091c966547a01b610d0b /plugin
parentRename to README.md (diff)
downloadvim-uncap-ex-2d996145d48d9caaa7833a8fdfa566453b3197dc.tar.gz
vim-uncap-ex-2d996145d48d9caaa7833a8fdfa566453b3197dc.zip
Backport to Vim 6.0
Diffstat (limited to 'plugin')
-rw-r--r--plugin/uncap_ex.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/uncap_ex.vim b/plugin/uncap_ex.vim
index 978d4b7..bc2f580 100644
--- a/plugin/uncap_ex.vim
+++ b/plugin/uncap_ex.vim
@@ -10,7 +10,7 @@
if exists('g:loaded_uncap_ex') || &compatible
finish
endif
-if !has('user_commands')
+if !has('user_commands') || v:version < 600
finish
endif
let g:loaded_uncap_ex = 1