mirror of
https://github.com/neovim/neovim.git
synced 2025-11-28 05:00:44 +00:00
fix: issues with command line if ui elements are externalized
Resolve https://github.com/neovim/neovim/issues/20888 and handle side effects for setting 'cmdheight' to zero.
This commit is contained in:
@@ -235,7 +235,7 @@ void ui_refresh(void)
|
||||
}
|
||||
|
||||
if (ext_widgets[kUIMessages]) {
|
||||
p_ch = 0;
|
||||
set_option_value("cmdheight", 0L, NULL, 0);
|
||||
command_height();
|
||||
}
|
||||
ui_mode_info_set();
|
||||
|
||||
Reference in New Issue
Block a user