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