mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-08 03:33:32 +02:00
Frob tests.
This commit is contained in:
@@ -300,7 +300,7 @@ var Abbreviations = Module("abbreviations", {
|
||||
|
||||
if (args.bang)
|
||||
args["-group"].clear(modes);
|
||||
else if (!args["-group"].remove(modes, lhs))
|
||||
else if (!args["-group"].remove(modes, args[0]))
|
||||
return dactyl.echoerr("E24: No such abbreviation");
|
||||
}, {
|
||||
argCount: "?",
|
||||
|
||||
Reference in New Issue
Block a user