diff --git a/common/content/ui.js b/common/content/ui.js index b76fd8a8..e641bfec 100644 --- a/common/content/ui.js +++ b/common/content/ui.js @@ -916,6 +916,8 @@ function CommandLine() //{{{ setPrompt(prompt + " ", this.HL_QUESTION); setCommand(extra.default || ""); commandWidget.focus(); + + completions = new Completions(CompletionContext(commandWidget.inputField.editor)); }, // reads a multi line input and returns the string once the last line matches