1
0
forked from aniani/vim

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)
This commit is contained in:
zeertzjq
2022-07-25 19:50:57 +01:00
committed by Bram Moolenaar
parent 4dc513a22c
commit ecdc82e74e
3 changed files with 6 additions and 2 deletions

View File

@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
71,
/**/
70,
/**/