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:
@@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user