mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 08:30:06 +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
|
endfunction
|
||||||
|
|
||||||
function! s:echon() abort
|
function! s:echon() abort
|
||||||
redraw!
|
normal! :
|
||||||
echohl Comment | echon s:c_base
|
echohl Comment | echon s:c_base
|
||||||
echohl None | echon s:c_begin
|
echohl None | echon s:c_begin
|
||||||
echohl Wildmenu | echon s:c_char
|
echohl Wildmenu | echon s:c_char
|
||||||
|
Loading…
Reference in New Issue
Block a user