aboutsummaryrefslogtreecommitdiff
path: root/plugin
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 /plugin
parentAdd VERSION (diff)
parentBump VERSION (diff)
downloadvim-uncap-ex-0.3.0.tar.gz (sig)
vim-uncap-ex-0.3.0.zip
Merge branch 'release/v0.3.0'v0.3.0
* release/v0.3.0: Add -bar to all commands
Diffstat (limited to 'plugin')
-rw-r--r--plugin/uncap_ex.vim18
1 files changed, 9 insertions, 9 deletions
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>