mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 21:14:11 +01:00
Remove more unused vars.
This commit is contained in:
@@ -1123,7 +1123,7 @@ var Completion = Module("completion", {
|
||||
const { commands, completion } = modules;
|
||||
commands.add(["contexts"],
|
||||
"List the completion contexts used during completion of an Ex command",
|
||||
function (args) {
|
||||
function () {
|
||||
modules.commandline.commandOutput(
|
||||
["div", { highlight: "Completions" },
|
||||
template.completionRow(["Context", "Title"], "CompTitle"),
|
||||
|
||||
Reference in New Issue
Block a user