diff options
author | thinca | 2011-03-30 01:45:45 +0900 |
---|---|---|
committer | thinca | 2011-03-30 01:45:45 +0900 |
commit | 8c453d33dab14b304b4bb3eb3229b480b208a7ee (patch) | |
tree | a84c63e2a3109c2bce41f2dea61635e0a1d63112 /statusline-toolbar.js | |
parent | 40c7539be5eaad712f88efe267277b9e8defbcce (diff) | |
download | vimperator-plugins-8c453d33dab14b304b4bb3eb3229b480b208a7ee.tar.bz2 |
Fixed option name of plugin info.
Diffstat (limited to 'statusline-toolbar.js')
-rw-r--r-- | statusline-toolbar.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/statusline-toolbar.js b/statusline-toolbar.js index bebb57d..b524e88 100644 --- a/statusline-toolbar.js +++ b/statusline-toolbar.js @@ -12,15 +12,15 @@ var INFO = <li>Move the status-bar to the toolbar.</li> <li>Make the toolbarbuttons in the toolbar palette configurable <ul> - <li>Can customize by command (ex. <ex>:set statustoolbars=feed-button</ex>)</li> + <li>Can customize by command (ex. <ex>:set statuslinetoolbars=feed-button</ex>)</li> <li>Also, can drop the toolbarbutton from Customize Toolbar window</li> </ul> </li> </ul> </description> <item> - <tags>'slt' 'statustoolbars'</tags> - <spec>'statustoolbars' 'slt'</spec> + <tags>'slt' 'statuslinetoolbars'</tags> + <spec>'statuslinetoolbars' 'slt'</spec> <type>stringlist</type> <default></default> <description> |