]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0071: command overlaps with printed text in scrollback v9.0.0071
authorzeertzjq <zeertzjq@outlook.com>
Mon, 25 Jul 2022 18:50:57 +0000 (19:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 25 Jul 2022 18:50:57 +0000 (19:50 +0100)
commitecdc82e74e6a7e73d9067ece1d5eac33abfde5ed
tree7db7b41219ac28701bfc3e9a538bb1efe431227c
parent4dc513a22c017b3061287deac74fa55f70a3214c
patch 9.0.0071: command overlaps with printed text in scrollback

Problem:    Command overlaps with printed text in scrollback.
Solution:   Clear until end-of-line and use correct message chunk.
            (closes #10765, closes #10764)
src/message.c
src/testdir/test_messages.vim
src/version.c