From f9274d4a48a8c49d07bf2769effec827b381af57 Mon Sep 17 00:00:00 2001 From: anekos Date: Mon, 4 Jul 2011 02:06:13 +0900 Subject: 補完にタイトルつけた --- twittperator/add-url-completer.tw | 1 + 1 file changed, 1 insertion(+) 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)) { -- cgit v1.2.3