mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 17:04:12 +01:00
Closes issue #782.
This commit is contained in:
@@ -1491,8 +1491,12 @@ var CommandLine = Module("commandline", {
|
||||
this.wildIndex = this.wildtypes.length - 1;
|
||||
|
||||
if (idx && idx[1] >= idx[0].items.length) {
|
||||
this.waiting = idx;
|
||||
statusline.progress = _("completion.waitingForResults");
|
||||
if (!idx[0].incomplete)
|
||||
this.waiting = null;
|
||||
else {
|
||||
this.waiting = idx;
|
||||
statusline.progress = _("completion.waitingForResults");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user