To: vim_dev@googlegroups.com Subject: Patch 9.0.0337 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0337 Problem: Flicker when resetting cmdline_row after updating the screen. Solution: Do not update cmdline_row. (issue #11017) Files: src/drawscreen.c *** ../vim-9.0.0336/src/drawscreen.c 2022-08-29 15:06:46.716715543 +0100 --- src/drawscreen.c 2022-08-30 22:23:58.216479560 +0100 *************** *** 839,848 **** // 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; } /* --- 839,844 ---- *** ../vim-9.0.0336/src/version.c 2022-08-30 21:46:03.665214471 +0100 --- src/version.c 2022-08-30 22:24:09.840458911 +0100 *************** *** 709,710 **** --- 709,712 ---- { /* Add new patch number below this line */ + /**/ + 337, /**/ -- Why I like vim: > I like VIM because, when I ask a question in this newsgroup, I get a > one-line answer. With xemacs, I get a 1Kb lisp script with bugs in it ;-) /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///