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(-) (limited to 'plugin') 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