Changeset 29706 for lang

Show
Ignore:
Timestamp:
02/08/09 21:00:43 (4 years ago)
Author:
anekos
Message:

PLUGIN_INFO 修正

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/trunk/mkcolor.js

    r27235 r29706  
    4040  <description>Write current highlights to the specified file.</description> 
    4141  <description lang="ja">現在のHighlightを指定のファイルに書き出す。</description> 
    42   <version>1.00</version> 
     42  <version>1.0.1</version> 
    4343  <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> 
    4444  <license>new BSD License (Please read the source code comments of this plugin)</license> 
     
    4949  <detail><![CDATA[ 
    5050    == Commands == 
    51       +mkcolor <FILENAME> 
     51      - mkcolor <FILENAME> 
     52        <FILENAME> に現在の Highlight 設定を書き出します。 
    5253  ]]></detail> 
    5354</VimperatorPlugin>;