mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 05:57:58 +01:00
regex instead of string compare on :macros and :macrosdump
This commit is contained in:
@@ -1453,7 +1453,9 @@ vimperator.Commands = function () //{{{
|
||||
vimperator.echo(str, vimperator.commandline.FORCE_MULTILINE);
|
||||
},
|
||||
{
|
||||
shortHelp: "List macros matching the argument; or all macros if no argument is given."
|
||||
usage: ["mac[ros] [regex]"],
|
||||
shortHelp: "List macros matching a regex",
|
||||
help: "List recorded macros matching the optional regular expression. If no regex is given, list all."
|
||||
}
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user