mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:20:03 +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
|
||||
call s:submode_mappings()
|
||||
else
|
||||
if inp == ' '
|
||||
let inp = '<space>'
|
||||
endif
|
||||
let fsel = get(s:lmap, inp)
|
||||
call s:handle_input(fsel)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user