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:
@@ -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",
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user