mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 20:52:26 +01:00
fixed :open completions
This commit is contained in:
@@ -65,7 +65,7 @@ function Completion() //{{{
|
|||||||
//let foo = ["", "IGNORED", "FAILURE", "NOMATCH", "SUCCESS", "NOMATCH_ONGOING", "SUCCESS_ONGOING"];
|
//let foo = ["", "IGNORED", "FAILURE", "NOMATCH", "SUCCESS", "NOMATCH_ONGOING", "SUCCESS_ONGOING"];
|
||||||
|
|
||||||
historyCache = comp;
|
historyCache = comp;
|
||||||
commandline.setCompletions({ start: 0, get completions() { return completionCache.concat(historyCache); } });
|
commandline.setCompletions({ get completions() { return completionCache.concat(historyCache); } });
|
||||||
});
|
});
|
||||||
|
|
||||||
function Javascript()
|
function Javascript()
|
||||||
|
|||||||
Reference in New Issue
Block a user