From 004dc916bb9d3c6935252093df154277f1b2e03c Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 11 Jun 2019 11:54:31 +1200 Subject: Allow -bar after command --- plugin/keep_position.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/keep_position.vim b/plugin/keep_position.vim index 01227c3..68adb54 100644 --- a/plugin/keep_position.vim +++ b/plugin/keep_position.vim @@ -11,5 +11,5 @@ endif let loaded_keep_position = 1 " User command definition refers to autoloaded function -command! -nargs=+ -complete=command -range KeepPosition +command! -bar -nargs=+ -complete=command -range KeepPosition \ call keep_position#(, , , ) -- cgit v1.2.3 From 9fe631d870de4ba67f2bdca798de526ded6bcd06 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 11 Jun 2019 11:54:54 +1200 Subject: Bump VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0ea3a94..0d91a54 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.3.0 -- cgit v1.2.3