mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
vim-patch:9.0.0316: screen flickers when 'cmdheight' is zero (#19991)
Problem: Screen flickers when 'cmdheight' is zero.
Solution: Redraw over existing text instead of clearing.
f73e5ba56f
This commit is contained in:
@@ -918,7 +918,7 @@ theend:
|
||||
// Restore cmdheight
|
||||
set_option_value("ch", 0L, NULL, 0);
|
||||
// Redraw is needed for command line completion
|
||||
redraw_all_later(UPD_CLEAR);
|
||||
redraw_all_later(UPD_NOT_VALID);
|
||||
|
||||
made_cmdheight_nonzero = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user