1
0
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:
wsdjeg 2017-11-30 09:36:25 +08:00
parent 4e46f6c1a2
commit 88f383e5de

View File

@ -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