1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:40:05 +08:00

fix(LeaderGuide): fix command definition

This commit is contained in:
wsdjeg 2022-04-11 22:03:48 +08:00
parent 07c31caa6e
commit 4066e71ffa

View File

@ -1386,8 +1386,8 @@ endif
" }}}
command -nargs=1 LeaderGuide call SpaceVim#mapping#guide#start_by_prefix('0', <args>)
command -range -nargs=1 LeaderGuideVisual call SpaceVim#mapping#guide#start_by_prefix('1', <args>)
command! -nargs=1 LeaderGuide call SpaceVim#mapping#guide#start_by_prefix('0', <args>)
command! -range -nargs=1 LeaderGuideVisual call SpaceVim#mapping#guide#start_by_prefix('1', <args>)
function! SpaceVim#end() abort
if g:spacevim_vimcompatible