aboutsummaryrefslogtreecommitdiffstats
path: root/twittperator/twlist-tab.tw
diff options
context:
space:
mode:
authorteramako2010-08-13 16:23:46 +0000
committerteramako2010-08-13 16:23:46 +0000
commit01de01a246cb1385f74a23d848d33d8c92bb3bb3 (patch)
tree776a7e5bc5b44bff2ce4b8f108d049e1a1648a6e /twittperator/twlist-tab.tw
parent3b6188a6c5a7235812f19953caf69a34891139ac (diff)
downloadvimperator-plugins-01de01a246cb1385f74a23d848d33d8c92bb3bb3.tar.bz2
ちょい修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38262 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'twittperator/twlist-tab.tw')
-rw-r--r--twittperator/twlist-tab.tw6
1 files changed, 3 insertions, 3 deletions
diff --git a/twittperator/twlist-tab.tw b/twittperator/twlist-tab.tw
index e38064c..0b8d378 100644
--- a/twittperator/twlist-tab.tw
+++ b/twittperator/twlist-tab.tw
@@ -3,10 +3,10 @@
== Settings ==
-g:twittperator_plugin_twlist = 1
+g:twittperator_plugin_twlist_tab = 1
$RUNTIMEDIR/plugin/twittperator に入れている場合は設定してください。
-g:twlist_screen_name = "<your screen name>"
+g:twittprator_screen_name = "<your screen name>"
あなたのScreenName、返信された時ににMentionsタブにも入ります
== ScreenShot ==
@@ -124,7 +124,7 @@ function add (msg, target) {
}
function onLoad () {
- screenName = liberator.globalVariables.twlist_screen_name || "";
+ screenName = liberator.globalVariables.twittprator_screen_name || "";
if (screenName)
screenNameReg = new RegExp("@" + screenName + "\\b");