mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 13:44:13 +01:00
Reinstate :list* filter argument broken in revision 943acba1da9e.
This commit is contained in:
@@ -177,7 +177,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
||||
template.usage(results, params.format));
|
||||
},
|
||||
{
|
||||
argCount: "0",
|
||||
argCount: "*",
|
||||
completer: function (context, args) {
|
||||
context.keys.text = util.identity;
|
||||
context.keys.description = function () seen[this.text] + " matching items";
|
||||
|
||||
Reference in New Issue
Block a user