diff options
author | teramako | 2013-04-10 22:14:28 +0900 |
---|---|---|
committer | teramako | 2013-04-10 22:14:28 +0900 |
commit | 596ae3e9f228d34891f8e52225205e78371b4828 (patch) | |
tree | 3e8338fb8c47c07be169a227a5112bab78b7ceba /x-hint.js | |
parent | 004f9e2fd284912c3b70401310e118493c7fa8d3 (diff) | |
parent | 8eb425bbdb21e37603603db84d444c90a2d30fb5 (diff) | |
download | vimperator-plugins-596ae3e9f228d34891f8e52225205e78371b4828.tar.bz2 |
Merge branch '3.6'
Diffstat (limited to 'x-hint.js')
-rw-r--r-- | x-hint.js | 30 |
1 files changed, 2 insertions, 28 deletions
@@ -32,33 +32,8 @@ THE POSSIBILITY OF SUCH DAMAGE. }}} */ -// PLUGIN_INFO {{{ -let PLUGIN_INFO = -<VimperatorPlugin> - <name>X-Hint</name> - <name lang="ja">X-Hint</name> - <description>Show the hints with given XPath.</description> - <description lang="ja">指定のXPathでヒントを表示する。</description> - <version>1.1.2</version> - <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> - <license>new BSD License (Please read the source code comments of this plugin)</license> - <license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license> - <updateURL>https://github.com/vimpr/vimperator-plugins/raw/master/x-hint.js</updateURL> - <minVersion>2.3</minVersion> - <maxVersion>2.3</maxVersion> - <detail><![CDATA[ - :xh[int] <Hint-Mode> <XPath>: - Show the <Hint-Mode> hints with <XPath> - ]]></detail> - <detail lang="ja"><![CDATA[ - :xh[int] <Hint-Mode> <XPath>: - <XPath> で <Hint-Mode> ヒントを表示 - ]]></detail> -</VimperatorPlugin>; -// }}} // INFO {{{ -let INFO = -<> +let INFO = xml` <plugin name="X-Hint" version="1.1.3" href="http://github.com/vimpr/vimperator-plugins/blob/master/x-hint.js" summary="Show the hints with given XPath." @@ -121,8 +96,7 @@ let INFO = </p> </description> </item> - </plugin> -</>; + </plugin>`; // }}} |