1
0
forked from aniani/vim

patch 9.0.0592: display not cleared when scrolling back in messages

Problem:    Display not cleared when scrolling back in messages, a background
            color is set and t_ut is empty.
Solution:   Clear to the end of the display if needed. (closes #8973)
This commit is contained in:
Bram Moolenaar
2022-09-26 15:19:56 +01:00
parent 4569020538
commit 838b746cce
7 changed files with 75 additions and 12 deletions

View File

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