mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-12 02:45:47 +01:00
imported patch groups
--HG-- branch : groups
This commit is contained in:
@@ -241,7 +241,7 @@ var Abbreviations = Module("abbreviations", {
|
||||
abbreviations.list(modes, lhs || "");
|
||||
else {
|
||||
if (args["-javascript"])
|
||||
rhs = Command.bindMacro({ literalArg: rhs }, "-javascript", ["editor"]);
|
||||
rhs = contexts.bindMacro({ literalArg: rhs }, "-javascript", ["editor"]);
|
||||
abbreviations.add(modes, lhs, rhs);
|
||||
}
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user