mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 21:04:20 +01:00
Fix typo in history -max option definition.
This commit is contained in:
@@ -961,7 +961,7 @@ function History() //{{{
|
||||
bang: true,
|
||||
completer: function (context) { context.quote = null; completion.history(context); },
|
||||
// completer: function (filter) completion.history(filter)
|
||||
options: [[["-max", "-m"], options.OPTION_INT]]
|
||||
options: [[["-max", "-m"], commands.OPTION_INT]]
|
||||
});
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
|
||||
Reference in New Issue
Block a user