vim-patch:9.0.0099: scrollback can be wrong after redrawing the command line (#19562)

Problem:    Scrollback can be wrong after redrawing the command line.
Solution:   Clear unfinished scrollback when redrawing. (closes vim/vim#10807)
46af7bc08d
This commit is contained in:
zeertzjq
2022-07-28 20:07:32 +08:00
committed by GitHub
parent 9cb8b5f8db
commit f254fc67a5
4 changed files with 68 additions and 7 deletions

View File

@@ -3823,6 +3823,7 @@ void redrawcmd(void)
redrawing_cmdline = true;
sb_text_restart_cmdline();
msg_start();
redrawcmdprompt();