diff options
-rwxr-xr-x | twittperator/reply-popup-alert.tw | 4 |
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 = |