aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-11 11:53:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-11 11:53:07 +1200
commit324a021ee1de6a40c74e27e18b6ce175f5860d52 (patch)
treed71f7716626032817e7001da520b83717f35ed97 /plugin
parentMerge branch 'release/v0.5.0' into develop (diff)
downloadvim-squeeze-repeat-blanks-324a021ee1de6a40c74e27e18b6ce175f5860d52.tar.gz
vim-squeeze-repeat-blanks-324a021ee1de6a40c74e27e18b6ce175f5860d52.zip
Allow -bar after command
Diffstat (limited to 'plugin')
-rw-r--r--plugin/squeeze_repeat_blanks.vim2
1 files changed, 1 insertions, 1 deletions
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>)