From 1b830caf836001a1552ed56e7d5551235000432d Mon Sep 17 00:00:00 2001 From: anekos Date: Sat, 18 Sep 2010 23:13:09 +0000 Subject: サブコマンドでの変更バグ修正 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38488 d0d07461-0603-4401-acd4-de1884942a52 --- twittperator.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'twittperator.js') diff --git a/twittperator.js b/twittperator.js index f2117da..8ae1ac0 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1844,9 +1844,7 @@ let PLUGIN_INFO = SubCommand({ command: ["track"], description: "Track the specified words.", - action: function(arg) { - TrackingStream.start(arg); - }, + action: function(arg) TrackingStream.start({track: arg}), completer: function (context, args) { if (setting.trackWords) context.completions = [[setting.trackWords, "Global variable"]]; -- cgit v1.2.3