mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 18:42:27 +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"];
|
||||
|
||||
historyCache = comp;
|
||||
commandline.setCompletions({ start: 0, get completions() { return completionCache.concat(historyCache); } });
|
||||
commandline.setCompletions({ get completions() { return completionCache.concat(historyCache); } });
|
||||
});
|
||||
|
||||
function Javascript()
|
||||
|
||||
Reference in New Issue
Block a user