From a7add011befdb568ce3c46ca1da8308afa2da8f8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 11 Jun 2019 16:51:59 +1200 Subject: Adjust order of command attributes --- 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 3be0ab3..6f6c398 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! -bar -nargs=+ -complete=command KeepPosition +command! -bar -complete=command -nargs=+ KeepPosition \ call keep_position#() -- cgit v1.2.3