aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator.js
diff options
context:
space:
mode:
authoranekos2011-09-06 23:09:29 +0900
committeranekos2011-09-06 23:09:29 +0900
commitf7326ddd4a00e37b380697bf104b6e4546fe0f5d (patch)
tree75cfbf8738109e8b03cd52260eb9b6a7d8eb95de /twittperator.js
parentd024897de928c891b41f80daa1fd9edc5ca3ab02 (diff)
downloadvimperator-plugins-f7326ddd4a00e37b380697bf104b6e4546fe0f5d.tar.bz2
Unretweet をできるようにした :tw!delete
Diffstat (limited to 'twittperator.js')
-rw-r--r--twittperator.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/twittperator.js b/twittperator.js
index 2815d69..6997127 100644
--- a/twittperator.js
+++ b/twittperator.js
@@ -28,7 +28,7 @@ let PLUGIN_INFO =
<name>Twittperator</name>
<description>Twitter Client using OAuth and Streaming API</description>
<description lang="ja">OAuth/StreamingAPI対応Twitterクライアント</description>
- <version>1.14.2</version>
+ <version>1.14.3</version>
<minVersion>2.3</minVersion>
<author email="teramako@gmail.com" homepage="http://d.hatena.ne.jp/teramako/">teramako</author>
<author email="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author>
@@ -2080,7 +2080,7 @@ let PLUGIN_INFO =
Twitter.destroy(m[0]);
},
timelineCompleter: true,
- completer: Completers.id(seleceMine)
+ completer: Completers.rawid(seleceMine)
}),
SubCommand({
command: ["info"],