aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-02 17:36:23 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-02 17:36:23 +1300
commit4e745cc73bc24ab0e0898f13040308cdc8a60759 (patch)
tree54f0d4f355b7e85ba70900875cf0da6eec90f3b0
parentAdd VERSION (diff)
parentBump VERSION (diff)
downloadvim-uncap-ex-4e745cc73bc24ab0e0898f13040308cdc8a60759.tar.gz
vim-uncap-ex-4e745cc73bc24ab0e0898f13040308cdc8a60759.zip
Merge branch 'release/v0.3.0'v0.3.0
* release/v0.3.0: Add -bar to all commands
-rw-r--r--VERSION2
-rw-r--r--plugin/uncap_ex.vim18
2 files changed, 10 insertions, 10 deletions
diff --git a/VERSION b/VERSION
index 0ea3a94..0d91a54 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2.0
+0.3.0
diff --git a/plugin/uncap_ex.vim b/plugin/uncap_ex.vim
index bc2f580..c1ee828 100644
--- a/plugin/uncap_ex.vim
+++ b/plugin/uncap_ex.vim
@@ -16,30 +16,30 @@ endif
let g:loaded_uncap_ex = 1
" Define commands
-command -bang -complete=file -nargs=?
+command -bang -bar -complete=file -nargs=?
\ E
\ edit<bang> <args>
-command -bang -complete=file -nargs=?
+command -bang -bar -complete=file -nargs=?
\ W
\ write<bang> <args>
-command -bang -complete=file -nargs=?
+command -bang -bar -complete=file -nargs=?
\ WQ
\ wq<bang> <args>
-command -bang -complete=file -nargs=?
+command -bang -bar -complete=file -nargs=?
\ Wq
\ wq<bang> <args>
-command -bang
+command -bang -bar
\ Q
\ quit<bang>
-command -bang
+command -bang -bar
\ Qa
\ qall<bang>
-command -bang
+command -bang -bar
\ QA
\ qall<bang>
-command -bang
+command -bang -bar
\ Wa
\ wall<bang>
-command -bang
+command -bang -bar
\ WA
\ wa<bang>