aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-11 11:53:54 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-11 11:53:54 +1200
commit8c849183f8723086e6b61a0644292bdb1ad99c1b (patch)
treebb0a0afc97b3796abbf3d2126c5969825c1b9987
parentMerge branch 'release/v0.5.0' (diff)
parentBump VERSION (diff)
downloadvim-squeeze-repeat-blanks-8c849183f8723086e6b61a0644292bdb1ad99c1b.tar.gz
vim-squeeze-repeat-blanks-8c849183f8723086e6b61a0644292bdb1ad99c1b.zip
Merge branch 'release/v0.6.0'v0.6.0
* release/v0.6.0: Allow -bar after command
-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>)