mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 20:35:46 +01:00
Recommit
for 056cf0111637f7044e8458f6203645e46b6a2d46 and 726aa07fb98db5df6333a4f8a01803dca86d262f
This commit is contained in:
@@ -916,6 +916,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