mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-18 21:23:31 +01:00
Match :macros name spec to documentation :mac[ros].
Closes issue #466. --HG-- extra : rebase_source : 0c45a7fc95b9949a4d05507e0ef135cce6676831
This commit is contained in:
@@ -1530,7 +1530,7 @@ var Events = Module("events", {
|
|||||||
literal: 0
|
literal: 0
|
||||||
});
|
});
|
||||||
|
|
||||||
commands.add(["macros"],
|
commands.add(["mac[ros]"],
|
||||||
"List all macros",
|
"List all macros",
|
||||||
function (args) { completion.listCompleter("macro", args[0]); }, {
|
function (args) { completion.listCompleter("macro", args[0]); }, {
|
||||||
argCount: "?",
|
argCount: "?",
|
||||||
|
|||||||
Reference in New Issue
Block a user