aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/strip_trailing_whitespace.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/strip_trailing_whitespace.vim b/plugin/strip_trailing_whitespace.vim
index a20a8a1..df454fc 100644
--- a/plugin/strip_trailing_whitespace.vim
+++ b/plugin/strip_trailing_whitespace.vim
@@ -15,5 +15,5 @@ endif
let loaded_strip_trailing_whitespace = 1
" User command for the above
-command! -range=% StripTrailingWhitespace
+command! -bar -range=% StripTrailingWhitespace
\ call strip_trailing_whitespace#(<line1>, <line2>)