aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2010-11-20 00:49:31 +0900
committeranekos2010-11-20 00:49:31 +0900
commitf34c611065102dcc05846b5439adb2bf7584ca94 (patch)
treeca3557952ac6a0dd957d54aeb2f3e2383e2eac7e
parent51cc8ca41c76a74a1c1d42b132300701c991fa0d (diff)
downloadvimperator-plugins-f34c611065102dcc05846b5439adb2bf7584ca94.tar.bz2
Change the method
-rw-r--r--twittperator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator.js b/twittperator.js
index 34fe3d6..d1511b8 100644
--- a/twittperator.js
+++ b/twittperator.js
@@ -2007,7 +2007,7 @@ let PLUGIN_INFO =
(this.match(desc.user.screen_name) || this.match(desc.text));
function setTimelineCompleter() {
- context.compare = function () void 0;
+ context.compare = void 0;
context.createRow = function(item, highlightGroup) {
let desc = item[1] || this.process[1].call(this, item, item.description);