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