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 From d9ec0719beef8bb0251f88184c45fc33aa81c1de Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 11 Jun 2019 11:52:26 +1200 Subject: Bump VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index fd2a018..944880f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.0 +3.2.0 -- cgit v1.2.3