From 704493c646ad65d10fef6495df44734d42508632 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Fri, 5 Dec 2008 15:09:50 -0500 Subject: [PATCH] Fix completions with wop-=auto --- common/content/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {