aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--VERSION2
-rw-r--r--doc/uncap_ex.txt4
-rw-r--r--plugin/uncap_ex.vim4
4 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 359abda..8d72be5 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Shift key quite soon enough after pressing the colon key.
License
-------
-Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
+Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
See `:help license`.
[1]: https://sanctum.geek.nz/
diff --git a/VERSION b/VERSION
index 0d91a54..1d0ba9e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.3.0
+0.4.0
diff --git a/doc/uncap_ex.txt b/doc/uncap_ex.txt
index 0971a2b..36f7f76 100644
--- a/doc/uncap_ex.txt
+++ b/doc/uncap_ex.txt
@@ -8,8 +8,8 @@ Shift key quite soon enough after pressing the colon key.
REQUIREMENTS *uncap_ex-requirements*
-This plugin is only available if 'compatible' is not set. It also requires the
-|+user_cmds| feature.
+This plugin is only available if 'compatible' is not set. It also requires
+the |+user_cmds| feature.
AUTHOR *uncap_ex-author*
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=?