1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 22:17:59 +01:00

complete :tab with command completions

This commit is contained in:
Doug Kearns
2007-07-04 10:18:06 +00:00
parent 0e1eee7ae7
commit 84b500f341

View File

@@ -767,7 +767,8 @@ function Commands() //{{{
usage: ["tab {cmd}"],
short_help: "Execute {cmd} and tell it to output in a new tab",
help: "Works for only commands that support it.<br/>" +
"Example: <code class=\"command\">:tab help tab</code> opens the help in a new tab."
"Example: <code class=\"command\">:tab help tab</code> opens the help in a new tab.",
completer: function(filter) { return get_command_completions(filter); }
}
));
addDefaultCommand(new Command(["tabl[ast]"],