patch 9.0.0099: scrollback can be wrong after redrawing the command line v9.0.0099
authorzeertzjq <zeertzjq@outlook.com>
Thu, 28 Jul 2022 11:34:09 +0000 (12:34 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Jul 2022 11:34:09 +0000 (12:34 +0100)
commit46af7bc08debbf408d025680eeef136fb3b528ef
tree8770d0e93cb01df8e5d0780279a083b874dc0fc8
parent5748b7f2c8a8e8e6d12b3e2531df5c0261fd8f3b
patch 9.0.0099: scrollback can be wrong after redrawing the command line

Problem:    Scrollback can be wrong after redrawing the command line.
Solution:   Clear unfinished scrollback when redrawing. (closes #10807)
src/ex_getln.c
src/message.c
src/proto/message.pro
src/testdir/test_messages.vim
src/version.c