diff options
author | anekos | 2009-02-08 12:00:43 +0000 |
---|---|---|
committer | anekos | 2009-02-08 12:00:43 +0000 |
commit | 268836fcb77b501d435da9ff51434c7017fd85b4 (patch) | |
tree | 53c13211445936db8f7e6c6b2aa6f2bf1c9f5d50 | |
parent | b80a867b776257459e0a0c34aa243d0348d7689c (diff) | |
download | vimperator-plugins-268836fcb77b501d435da9ff51434c7017fd85b4.tar.bz2 |
PLUGIN_INFO 修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@29706 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r-- | mkcolor.js | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -39,7 +39,7 @@ let PLUGIN_INFO = <name lang="ja">mkcolor</name> <description>Write current highlights to the specified file.</description> <description lang="ja">現在のHighlightを指定のファイルに書き出す。</description> - <version>1.00</version> + <version>1.0.1</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> @@ -48,7 +48,8 @@ let PLUGIN_INFO = <maxVersion>2.0pre</maxVersion> <detail><![CDATA[ == Commands == - +mkcolor <FILENAME> + - mkcolor <FILENAME> + <FILENAME> に現在の Highlight 設定を書き出します。 ]]></detail> </VimperatorPlugin>; // }}} |