1
0
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:
Kris Maglione
2011-02-12 15:27:33 -05:00
parent ff2da13c70
commit 8277d4b0c4
5 changed files with 65 additions and 35 deletions

View File

@@ -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: "?",