]> granicus.if.org Git - vim/commitdiff
patch 9.0.0337: flicker when resetting cmdline_row after updating the screen v9.0.0337
authorBram Moolenaar <Bram@vim.org>
Tue, 30 Aug 2022 21:24:26 +0000 (22:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 30 Aug 2022 21:24:26 +0000 (22:24 +0100)
Problem:    Flicker when resetting cmdline_row after updating the screen.
Solution:   Do not update cmdline_row. (issue #11017)

src/drawscreen.c
src/version.c

index e90da5f942643c46688722fe699b20d115f2a884..3153d36fd11e7b4acecad9091bce696d13a4f93c 100644 (file)
@@ -839,10 +839,6 @@ after_updating_screen(int may_resize_shell UNUSED)
     // handle the drop now.
     handle_any_postponed_drop();
 #endif
-
-    if (p_ch == 0)
-       // in case it was changed in dont_use_message_window()
-       cmdline_row = Rows;
 }
 
 /*
index bfc669145bf197cfd2629decb9e1799ca00696c4..1ff36ffc9bca35880c62d0bb2e1cf76347edd2bd 100644 (file)
@@ -707,6 +707,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    337,
 /**/
     336,
 /**/