From 3b6188a6c5a7235812f19953caf69a34891139ac Mon Sep 17 00:00:00 2001 From: anekos Date: Fri, 13 Aug 2010 16:20:32 +0000 Subject: 設定変数名を変更 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38261 d0d07461-0603-4401-acd4-de1884942a52 --- twittperator/reply-popup-alert.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'twittperator/reply-popup-alert.tw') diff --git a/twittperator/reply-popup-alert.tw b/twittperator/reply-popup-alert.tw index c01b288..824bb37 100755 --- a/twittperator/reply-popup-alert.tw +++ b/twittperator/reply-popup-alert.tw @@ -1,11 +1,11 @@ /* * Please write the below line into .vimperatorrc. * let g:twittperator_plugin_reply_popup_alert = 1 - * let g:twittperator_plugin_reply_popup_alert_username = "" + * let g:twittperator_screen_name = "" */ (function () { - let screenName = liberator.globalVariables.twittperator_plugin_reply_popup_alert_username; + let screenName = liberator.globalVariables.twittperator_screen_name; function popupAlert (iconPath, title, text, buttonEnabled, a, b) { const ALERT_SVC = -- cgit v1.2.3