aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator.js
diff options
context:
space:
mode:
authoranekos2011-09-23 20:01:39 +0900
committeranekos2011-09-23 20:01:39 +0900
commit43cee9b87d47c710f9f304a044fbb7f48f9bd9db (patch)
tree576d042ce508a57db83cb5bb0a219076cd1781f8 /twittperator.js
parent233ef77be9131949b4561052364220d31b07b1d0 (diff)
downloadvimperator-plugins-43cee9b87d47c710f9f304a044fbb7f48f9bd9db.tar.bz2
てへっ、やりすぎちゃった♪
Diffstat (limited to 'twittperator.js')
-rw-r--r--twittperator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js
index 19b16da..7f5ef38 100644
--- a/twittperator.js
+++ b/twittperator.js
@@ -2287,7 +2287,7 @@ let PLUGIN_INFO =
function subCommandCompleter(context, args) { // {{{
if (!args.literalArg.match(/^(\W|\S+\s)/)) {
- context.title = "Description";
+ context.title = ["Sub Command", "Description"];
context.completions = SubCommands.map(function({ command, description }) [command[0], description]);
return;
}