1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 23:42:27 +01:00

Don't anchor option name completions by default.

This commit is contained in:
Kris Maglione
2010-12-18 11:56:24 -05:00
parent f1e4ef93df
commit 118e3cf42a

View File

@@ -1182,6 +1182,7 @@ const Options = Module("options", {
completion.option = function option(context, scope, prefix) {
context.title = ["Option"];
context.keys = { text: "names", description: "description" };
context.anchored = false;
context.completions = options;
if (prefix == "inv")
context.keys.text = function (opt)