mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
feat(ui): use msg_grid based implementation for cmdheight=0
This commit is contained in:
@@ -2817,7 +2817,8 @@ void pop_showcmd(void)
|
||||
|
||||
static void display_showcmd(void)
|
||||
{
|
||||
if (!ui_has_messages()) {
|
||||
if (p_ch == 0 && !ui_has(kUIMessages)) {
|
||||
// TODO(bfredl): would be nice to show in global statusline, perhaps
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user