diff options
author | anekos | 2011-07-04 02:06:13 +0900 |
---|---|---|
committer | anekos | 2011-07-04 02:06:13 +0900 |
commit | f9274d4a48a8c49d07bf2769effec827b381af57 (patch) | |
tree | 4f4581ab69589aa5a69be2b60c5ecfe11193d6c8 | |
parent | 8dc2e949e1c5058e633f3c937d9319bcd71233cf (diff) | |
download | vimperator-plugins-f9274d4a48a8c49d07bf2769effec827b381af57.tar.bz2 |
補完にタイトルつけた
-rw-r--r-- | twittperator/add-url-completer.tw | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/twittperator/add-url-completer.tw b/twittperator/add-url-completer.tw index 8fbb288..74cf1dd 100644 --- a/twittperator/add-url-completer.tw +++ b/twittperator/add-url-completer.tw @@ -44,6 +44,7 @@ THE POSSIBILITY OF SUCH DAMAGE. 'T', 'Open the urls in tweets', function (context, args) { + context.title = ['Tweeted URL', 'Tweeted text']; context.filters = [CompletionContext.Filter.textAndDescription]; let cs = []; for (let [, t] in Iterator(plugins.twittperator.Tweets)) { |