From abdfbdc96faf0f31e0ff20d9e6924ebba46faf02 Mon Sep 17 00:00:00 2001 From: anekos Date: Tue, 3 Aug 2010 10:51:02 +0000 Subject: フォロワーのステータスは履歴にないので force で git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38152 d0d07461-0603-4401-acd4-de1884942a52 --- twittperator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twittperator.js b/twittperator.js index f16c3c6..28b8583 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1440,7 +1440,7 @@ function loadPlugins() { // {{{ command: ["@"], description: "Show mentions or follower tweets", action: function (args) - (args.literalArg ? showFollowersStatus(args.literalArg) : showTwitterMentions()), + (args.literalArg ? showFollowersStatus(args.literalArg, true) : showTwitterMentions()), completer: Completers.name }, { -- cgit v1.2.3