mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-06 09:05:44 +01:00
Take groups into account for :style serialization and listing. Need utility functions for these things.
This commit is contained in:
@@ -1348,7 +1348,7 @@ var Commands = Module("commands", {
|
||||
if (!args.literalArg)
|
||||
commands.list();
|
||||
else {
|
||||
util.assert(args["-group"] !== commands.builtin,
|
||||
util.assert(args["-group"].modifiable,
|
||||
"Cannot change commands in the builtin group");
|
||||
|
||||
let completer = args["-complete"];
|
||||
|
||||
Reference in New Issue
Block a user