mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-01 03:33:34 +02:00
Save option restore data until add-on is disabled. Cleanup preferences on uninstall.
This commit is contained in:
@@ -329,6 +329,7 @@ var Abbreviations = Module("abbreviations", {
|
||||
args["-group"].add(modes, lhs, rhs);
|
||||
}
|
||||
}, {
|
||||
identifier: "abbreviate",
|
||||
completer: function (context, args) {
|
||||
if (args.length == 1)
|
||||
return completion.abbreviation(context, modes, args["-group"]);
|
||||
|
||||
Reference in New Issue
Block a user