ui: fix glitch with both ext_cmdline and cmd_wildmenu

This commit is contained in:
Björn Linse
2017-12-05 13:27:06 +01:00
parent 9714b9f590
commit ba7d6a9e6b
3 changed files with 126 additions and 2 deletions

View File

@@ -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;