1
0
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:
Martin Stubenschrott
2008-11-12 20:35:25 +00:00
parent fc08b09a6b
commit 5221fb41be

View File

@@ -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()