1
0
forked from aniani/vim

patch 9.0.0512: cannot redraw the status lines when editing a command

Problem:    Cannot redraw the status lines when editing a command.
Solution:   Only postpone the redraw when messages have scrolled.
            (closes #11170)
This commit is contained in:
zeertzjq
2022-09-20 13:17:57 +01:00
committed by Bram Moolenaar
parent bdedd2bcce
commit c14bfc31d9
5 changed files with 19 additions and 4 deletions

View File

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