diff --git a/common/content/ui.js b/common/content/ui.js index f8b8b3ba..6e99e135 100644 --- a/common/content/ui.js +++ b/common/content/ui.js @@ -302,7 +302,7 @@ function CommandLine() //{{{ { // Check if we need to run the completer. if (this.context.waitingForTab || this.wildIndex == -1) - this.complete(false, true); + this.complete(true, true); if (this.items.length == 0) {