0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

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

@@ -839,10 +839,6 @@ after_updating_screen(int may_resize_shell UNUSED)
// handle the drop now. // handle the drop now.
handle_any_postponed_drop(); handle_any_postponed_drop();
#endif #endif
if (p_ch == 0)
// in case it was changed in dont_use_message_window()
cmdline_row = Rows;
} }
/* /*

View File

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