mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 11:57:59 +01:00
Revert 102689d248aa
Args is command completion specific. --HG-- extra : rebase_source : 230320207a8c1fd9732e406fd217e36736982c27
This commit is contained in:
@@ -218,7 +218,7 @@ const History = Module("history", {
|
||||
].slice(2);
|
||||
};
|
||||
|
||||
completion.history = function _history(context, args, maxItems) {
|
||||
completion.history = function _history(context, maxItems) {
|
||||
context.format = history.format;
|
||||
context.title = ["History"];
|
||||
context.compare = CompletionContext.Sort.unsorted;
|
||||
|
||||
Reference in New Issue
Block a user