mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 13:45:45 +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));
|
template.usage(results, params.format));
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
argCount: "0",
|
argCount: "*",
|
||||||
completer: function (context, args) {
|
completer: function (context, args) {
|
||||||
context.keys.text = util.identity;
|
context.keys.text = util.identity;
|
||||||
context.keys.description = function () seen[this.text] + " matching items";
|
context.keys.description = function () seen[this.text] + " matching items";
|
||||||
|
|||||||
Reference in New Issue
Block a user