aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--plugin/squeeze_repeat_blanks.vim2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 8f0916f..a918a2a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.5.0
+0.6.0
diff --git a/plugin/squeeze_repeat_blanks.vim b/plugin/squeeze_repeat_blanks.vim
index e3263c6..760b9e3 100644
--- a/plugin/squeeze_repeat_blanks.vim
+++ b/plugin/squeeze_repeat_blanks.vim
@@ -12,5 +12,5 @@ endif
let loaded_squeeze_repeat_blanks = 1
" User command for the above
-command! -range=% SqueezeRepeatBlanks
+command! -bar -range=% SqueezeRepeatBlanks
\ call squeeze_repeat_blanks#(<line1>, <line2>)