mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 04:50:04 +08:00
Fix mapping guide event
closing plugin buffer should not send event
This commit is contained in:
parent
f2866af5a4
commit
89ce635d25
@ -337,7 +337,6 @@ function! s:handle_input(input) " {{{
|
||||
call s:start_buffer()
|
||||
else
|
||||
let s:prefix_key_inp = ''
|
||||
doautocmd WinEnter
|
||||
call feedkeys(s:vis.s:reg.s:count, 'ti')
|
||||
redraw!
|
||||
try
|
||||
@ -428,7 +427,7 @@ endfunction
|
||||
function! s:winclose() " {{{
|
||||
noautocmd execute s:gwin.'wincmd w'
|
||||
if s:gwin == winnr()
|
||||
close
|
||||
noautocmd close
|
||||
redraw!
|
||||
exe s:winres
|
||||
let s:gwin = -1
|
||||
|
Loading…
Reference in New Issue
Block a user