1
0
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:
Štěpán Němec
2010-12-30 13:05:41 +01:00
parent 8e785245c1
commit d0e565773a

View File

@@ -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";