1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-13 19:15:45 +01:00

Merge default.

--HG--
branch : groups
This commit is contained in:
Kris Maglione
2011-02-05 18:30:14 -05:00
6 changed files with 77 additions and 9 deletions

View File

@@ -1047,7 +1047,7 @@ var Completion = Module("completion", {
options.add(["complete", "cpt"],
"Items which are completed at the :open prompts",
"charlist", config.defaults.complete == null ? "slf" : config.defaults.complete,
{ get values() values(completion.urlCompleters) });
{ get values() values(completion.urlCompleters).toArray() });
options.add(["wildanchor", "wia"],
"Define which completion groups only match at the beginning of their text",

View File

@@ -1008,7 +1008,7 @@ unlet s:cpo_save
});
},
options: function (dactyl, modules, window) {
const { options } = modules;
const { completion, options } = modules;
var shell, shellcmdflag;
if (util.OS.isWindows) {