mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-02 18:25:45 +01:00
Fix: commandline.input does not set "completions".
This commit is contained in:
@@ -915,6 +915,8 @@ function CommandLine() //{{{
|
|||||||
setPrompt(prompt + " ", this.HL_QUESTION);
|
setPrompt(prompt + " ", this.HL_QUESTION);
|
||||||
setCommand(extra.default || "");
|
setCommand(extra.default || "");
|
||||||
commandWidget.focus();
|
commandWidget.focus();
|
||||||
|
|
||||||
|
completions = new Completions(CompletionContext(commandWidget.inputField.editor));
|
||||||
},
|
},
|
||||||
|
|
||||||
// reads a multi line input and returns the string once the last line matches
|
// reads a multi line input and returns the string once the last line matches
|
||||||
|
|||||||
Reference in New Issue
Block a user