aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>