diff --git a/common/content/ui.js b/common/content/ui.js index 36a1f144..31b63728 100644 --- a/common/content/ui.js +++ b/common/content/ui.js @@ -394,6 +394,7 @@ function CommandLine() //{{{ else numElementsNeeded = reverse ? this.selected : this.selected + 2; // this.selected is zero-based + if (this.context.waitingForTab || this.wildIndex == -1) { this.complete(true, true);