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:
parent
07c31caa6e
commit
4066e71ffa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user