diff options
author | anekos | 2011-09-23 20:01:39 +0900 |
---|---|---|
committer | anekos | 2011-09-23 20:01:39 +0900 |
commit | 43cee9b87d47c710f9f304a044fbb7f48f9bd9db (patch) | |
tree | 576d042ce508a57db83cb5bb0a219076cd1781f8 /twittperator.js | |
parent | 233ef77be9131949b4561052364220d31b07b1d0 (diff) | |
download | vimperator-plugins-43cee9b87d47c710f9f304a044fbb7f48f9bd9db.tar.bz2 |
てへっ、やりすぎちゃった♪
Diffstat (limited to 'twittperator.js')
-rw-r--r-- | twittperator.js | 2 |
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; } |