mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 14:18:00 +01:00
Fix typo.
This commit is contained in:
@@ -305,7 +305,7 @@ var Abbreviations = Module("abbreviations", {
|
||||
}, {
|
||||
argCount: "?",
|
||||
bang: true,
|
||||
completer: function (context) completion.abbreviation(context, modes, args["-group"]),
|
||||
completer: function (context, args) completion.abbreviation(context, modes, args["-group"]),
|
||||
literal: 0,
|
||||
options: [contexts.GroupFlag("abbrevs")]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user