From 94763908eec6f7f5b4b281f5fd282563d0c6e116 Mon Sep 17 00:00:00 2001
From: anekos
Date: Fri, 19 Nov 2010 23:57:30 +0900
Subject: Follow Vimperator3.0pre (Disable automatically sorting)
---
twittperator.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'twittperator.js')
diff --git a/twittperator.js b/twittperator.js
index 2d72dc3..62f7517 100644
--- a/twittperator.js
+++ b/twittperator.js
@@ -28,7 +28,7 @@ let PLUGIN_INFO =
Twittperator
Twitter Client using OAuth and Streaming API
OAuth/StreamingAPI対応Twitterクライアント
- 1.9.3
+ 1.9.4
2.3
2.4
teramako
@@ -2008,6 +2008,7 @@ let PLUGIN_INFO =
(this.match(desc.user.screen_name) || this.match(desc.text));
function setTimelineCompleter() {
+ context.compare = function () void 0;
context.createRow = function(item, highlightGroup) {
let desc = item[1] || this.process[1].call(this, item, item.description);
--
cgit v1.2.3