mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
cmdheight=0: fix bugs part2 (#19185)
This commit is contained in:
@@ -2810,7 +2810,7 @@ void pop_showcmd(void)
|
||||
|
||||
static void display_showcmd(void)
|
||||
{
|
||||
if (p_ch < 1 && !ui_has(kUIMessages)) {
|
||||
if (!ui_has_messages()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user