From 4066e71ffa84de1e2ae91c2102ddaf8acdf48fa1 Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Mon, 11 Apr 2022 22:03:48 +0800 Subject: [PATCH] fix(LeaderGuide): fix command definition --- autoload/SpaceVim.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload/SpaceVim.vim b/autoload/SpaceVim.vim index 2c2f09760..304e6e324 100644 --- a/autoload/SpaceVim.vim +++ b/autoload/SpaceVim.vim @@ -1386,8 +1386,8 @@ endif " }}} -command -nargs=1 LeaderGuide call SpaceVim#mapping#guide#start_by_prefix('0', ) -command -range -nargs=1 LeaderGuideVisual call SpaceVim#mapping#guide#start_by_prefix('1', ) +command! -nargs=1 LeaderGuide call SpaceVim#mapping#guide#start_by_prefix('0', ) +command! -range -nargs=1 LeaderGuideVisual call SpaceVim#mapping#guide#start_by_prefix('1', ) function! SpaceVim#end() abort if g:spacevim_vimcompatible