aboutsummaryrefslogtreecommitdiff
path: root/plugin/uncap_ex.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-13 00:07:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-13 00:07:15 +1200
commitf077f39fe59f5c605078a1269a3d3a4b84ddcb2b (patch)
treea1264adc5e2e6c6e77303ce2d81bb42298045b90 /plugin/uncap_ex.vim
parentMerge branch 'release/v0.3.0' (diff)
parentBump VERSION (diff)
downloadvim-uncap-ex-f077f39fe59f5c605078a1269a3d3a4b84ddcb2b.tar.gz
vim-uncap-ex-f077f39fe59f5c605078a1269a3d3a4b84ddcb2b.zip
Merge branch 'release/v0.4.0'HEADv0.4.0master
* release/v0.4.0: Remove unneeded variable scoping Switch to two-spacing
Diffstat (limited to 'plugin/uncap_ex.vim')
-rw-r--r--plugin/uncap_ex.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/uncap_ex.vim b/plugin/uncap_ex.vim
index c1ee828..679a255 100644
--- a/plugin/uncap_ex.vim
+++ b/plugin/uncap_ex.vim
@@ -7,13 +7,13 @@
" Author: Tom Ryder <tom@sanctum.geek.nz>
" License: Same as Vim itself
"
-if exists('g:loaded_uncap_ex') || &compatible
+if exists('loaded_uncap_ex') || &compatible
finish
endif
if !has('user_commands') || v:version < 600
finish
endif
-let g:loaded_uncap_ex = 1
+let loaded_uncap_ex = 1
" Define commands
command -bang -bar -complete=file -nargs=?