1
0
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:
wsdjeg 2022-05-01 15:59:02 +08:00
parent 5d103f7984
commit 552e844ef8

View File

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