mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:50:06 +08:00
feat(chat): redraw screen in while loop
the message window does not update when scroll screen
This commit is contained in:
parent
7c235b6276
commit
c37ac8e848
@ -259,6 +259,7 @@ function! s:update_msg_screen() abort
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:echon() abort
|
function! s:echon() abort
|
||||||
|
redraw
|
||||||
normal! :
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user