mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-21 03:25:47 +01:00
Add some missing options to index.xml help page.
This commit is contained in:
@@ -839,7 +839,7 @@ const Completion = Module("completion", {
|
||||
}, {
|
||||
commands: function () {
|
||||
commands.add(["contexts"],
|
||||
"List the completion contexts used during completion of an ex command",
|
||||
"List the completion contexts used during completion of an Ex command",
|
||||
function (args) {
|
||||
commandline.commandOutput(
|
||||
<div highlight="Completions">
|
||||
|
||||
@@ -654,7 +654,7 @@ const JavaScript = Module("javascript", {
|
||||
},
|
||||
options: function () {
|
||||
options.add(["jsdebugger", "jsd"],
|
||||
"Switch on/off jsdebugger",
|
||||
"Use the JavaScript debugger service for JavaScript completion",
|
||||
"boolean", false, {
|
||||
setter: function (value) {
|
||||
services.get("debugger")[value ? "on" : "off"]();
|
||||
|
||||
Reference in New Issue
Block a user