mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 21:10:05 +08:00
feat(chat): remove redraw to avoid flickering the screen
This commit is contained in:
parent
5d103f7984
commit
552e844ef8
@ -238,7 +238,7 @@ function! s:update_msg_screen() abort
|
||||
endfunction
|
||||
|
||||
function! s:echon() abort
|
||||
redraw!
|
||||
normal! :
|
||||
echohl Comment | echon s:c_base
|
||||
echohl None | echon s:c_begin
|
||||
echohl Wildmenu | echon s:c_char
|
||||
|
Loading…
Reference in New Issue
Block a user