From 70638e61d24bc0951ab04e22c219d69636c47b2a Mon Sep 17 00:00:00 2001
From: anekos
Date: Mon, 9 Aug 2010 12:24:24 +0000
Subject: リンク補完時に RT が候補にならないバグを修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38236 d0d07461-0603-4401-acd4-de1884942a52
---
twittperator.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'twittperator.js')
diff --git a/twittperator.js b/twittperator.js
index 2745ac9..2e31485 100755
--- a/twittperator.js
+++ b/twittperator.js
@@ -28,7 +28,7 @@ let PLUGIN_INFO =
twittperator
Twitter Client using ChirpStream
OAuth対応Twitterクライアント
- 1.0.8.0.0.0.0.0.0.0.0.0.0.0.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1
+ 1.0.9
2.3
2.4
teramako
@@ -1540,7 +1540,7 @@ function loadPlugins() { // {{{
},
link: function(context, args) {
context.completions =
- history.filter(function(s) /https?:\/\//(s.text)).map(rt(function(s) [s.text, s]));
+ history.map(rt(function(s) [s.text, s])).filter(function([t]) /https?:\/\//(t));
},
text: function(context, args) {
context.completions =
--
cgit v1.2.3