1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-16 10:34:12 +01:00

Fix: commandline.input does not set "completions".

This commit is contained in:
anekos
2008-12-04 10:52:22 +09:00
parent f3d9a3f0d9
commit 22a0d8b505

View File

@@ -915,6 +915,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