mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 00:38:17 +00:00
ui: fix glitch with both ext_cmdline and cmd_wildmenu
This commit is contained in:
@@ -3455,8 +3455,10 @@ nextwild (
|
||||
return FAIL;
|
||||
}
|
||||
|
||||
MSG_PUTS("..."); /* show that we are busy */
|
||||
ui_flush();
|
||||
if (!ui_is_external(kUIWildmenu)) {
|
||||
MSG_PUTS("..."); // show that we are busy
|
||||
ui_flush();
|
||||
}
|
||||
|
||||
i = (int)(xp->xp_pattern - ccline.cmdbuff);
|
||||
xp->xp_pattern_len = ccline.cmdpos - i;
|
||||
|
Reference in New Issue
Block a user