aboutsummaryrefslogtreecommitdiffstats
path: root/mkcolor.js
diff options
context:
space:
mode:
authoranekos2009-02-08 12:00:43 +0000
committeranekos2009-02-08 12:00:43 +0000
commit268836fcb77b501d435da9ff51434c7017fd85b4 (patch)
tree53c13211445936db8f7e6c6b2aa6f2bf1c9f5d50 /mkcolor.js
parentb80a867b776257459e0a0c34aa243d0348d7689c (diff)
downloadvimperator-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
Diffstat (limited to 'mkcolor.js')
-rw-r--r--mkcolor.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/mkcolor.js b/mkcolor.js
index 0316341..e6cf738 100644
--- a/mkcolor.js
+++ b/mkcolor.js
@@ -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>;
// }}}