From d8bd5da832230302ca3bbd38c894cec476455b77 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 11 Jun 2019 11:52:02 +1200 Subject: Allow -bar after command --- plugin/strip_trailing_whitespace.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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#(, ) -- cgit v1.2.3