1
0
forked from aniani/vim

patch 9.0.0337: flicker when resetting cmdline_row after updating the screen

Problem:    Flicker when resetting cmdline_row after updating the screen.
Solution:   Do not update cmdline_row. (issue #11017)
This commit is contained in:
Bram Moolenaar
2022-08-30 22:24:26 +01:00
parent 61abe7d8f8
commit b22653a98e
2 changed files with 2 additions and 4 deletions

View File

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