mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 08:30:06 +08:00
Redraw screen without cmdline
This commit is contained in:
parent
4e46f6c1a2
commit
88f383e5de
@ -47,7 +47,7 @@ function! SpaceVim#layers#checkers#config() abort
|
||||
" after a delay
|
||||
autocmd CursorMoved * call <SID>cursor_move_delay()
|
||||
" when switch to Insert mode, stop timer and clear the signature
|
||||
autocmd InsertEnter,WinLeave,CmdLineEnter * call <SID>signatures_clear()
|
||||
autocmd InsertEnter,WinLeave,CmdLineEnter * call <SID>signatures_clear() | redraw
|
||||
augroup END
|
||||
endfunction
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user