aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2011-07-04 02:06:13 +0900
committeranekos2011-07-04 02:06:13 +0900
commitf9274d4a48a8c49d07bf2769effec827b381af57 (patch)
tree4f4581ab69589aa5a69be2b60c5ecfe11193d6c8
parent8dc2e949e1c5058e633f3c937d9319bcd71233cf (diff)
downloadvimperator-plugins-f9274d4a48a8c49d07bf2769effec827b381af57.tar.bz2
補完にタイトルつけた
-rw-r--r--twittperator/add-url-completer.tw1
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)) {