1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 00:32:27 +01:00

More completion stuff.

This commit is contained in:
Kris Maglione
2008-11-23 23:40:40 +00:00
parent fef1cecb75
commit 7d8eb88954
15 changed files with 136 additions and 110 deletions

View File

@@ -397,7 +397,8 @@ function Options() //{{{
completer: function (context, args, special, count)
{
return commands.get("set").completer(context.filter, special, count, { scope: options.OPTION_SCOPE_LOCAL });
}
},
literal: true
}
);
@@ -413,7 +414,8 @@ function Options() //{{{
completer: function (context, args, special, count)
{
return commands.get("set").completer(context.filter, special, count, { scope: options.OPTION_SCOPE_GLOBAL });
}
},
literal: true
}
);
@@ -801,6 +803,7 @@ function Options() //{{{
}
return [len, completion.filter(completions, filter, true)];
},
literal: true,
serial: function () [
{
command: this.name,