mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 07:40:05 +08:00
Fix <space> mapping in guide
This commit is contained in:
parent
aded78e2ea
commit
23103c2647
@ -344,6 +344,9 @@ function! s:wait_for_input() " {{{
|
|||||||
elseif match(inp, "^<LGCMD>submode") == 0
|
elseif match(inp, "^<LGCMD>submode") == 0
|
||||||
call s:submode_mappings()
|
call s:submode_mappings()
|
||||||
else
|
else
|
||||||
|
if inp == ' '
|
||||||
|
let inp = '<space>'
|
||||||
|
endif
|
||||||
let fsel = get(s:lmap, inp)
|
let fsel = get(s:lmap, inp)
|
||||||
call s:handle_input(fsel)
|
call s:handle_input(fsel)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user