aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2010-08-13 16:20:32 +0000
committeranekos2010-08-13 16:20:32 +0000
commit3b6188a6c5a7235812f19953caf69a34891139ac (patch)
treebd1b273857eac06cb0b94da07800fad39946b0fe
parent771543cd6cf56be353c8c0cf09da76773d11f864 (diff)
downloadvimperator-plugins-3b6188a6c5a7235812f19953caf69a34891139ac.tar.bz2
設定変数名を変更
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38261 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-xtwittperator/reply-popup-alert.tw4
1 files changed, 2 insertions, 2 deletions
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 = "<YOUR_SCREEN_NAME>"
+ * let g:twittperator_screen_name = "<YOUR_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 =