mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 09:45:46 +01:00
Fix some option descriptions so they're properly help linkified.
This commit is contained in:
@@ -1044,7 +1044,7 @@ var Completion = Module("completion", {
|
||||
};
|
||||
|
||||
options.add(["altwildmode", "awim"],
|
||||
"Define the behavior of the <A-Tab> key in command-line completion",
|
||||
"Define the behavior of the c_<A-Tab> key in command-line completion",
|
||||
"stringlist", "list:full",
|
||||
wildmode);
|
||||
|
||||
@@ -1073,7 +1073,7 @@ var Completion = Module("completion", {
|
||||
});
|
||||
|
||||
options.add(["wildmode", "wim"],
|
||||
"Define the behavior of the <Tab> key in command-line completion",
|
||||
"Define the behavior of the c_<Tab> key in command-line completion",
|
||||
"stringlist", "list:full",
|
||||
wildmode);
|
||||
|
||||
|
||||
@@ -280,7 +280,7 @@ var RangeFinder = Module("rangefinder", {
|
||||
});
|
||||
|
||||
options.add(["incfind", "if"],
|
||||
"Find a pattern incrementally as it is typed rather than awaiting <Return>",
|
||||
"Find a pattern incrementally as it is typed rather than awaiting c_<Return>",
|
||||
"boolean", true);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user