diff options
author | anekos | 2010-02-15 14:06:28 +0000 |
---|---|---|
committer | anekos | 2010-02-15 14:06:28 +0000 |
commit | fb6aef4400cdbccaa516fdcfd9bc68094a567fad (patch) | |
tree | 75dacf58c930e8f39e6bf6c4b284187958837269 | |
parent | 5c5ec6a79c41c493edb59a6bff7bc6848a85debf (diff) | |
download | vimperator-plugins-fb6aef4400cdbccaa516fdcfd9bc68094a567fad.tar.bz2 |
説明が入れ替わっていたのを修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36757 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-x | no-reading.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/no-reading.js b/no-reading.js index c1c2f0f..5fee4a4 100755 --- a/no-reading.js +++ b/no-reading.js @@ -39,7 +39,7 @@ let PLUGIN_INFO = <name lang="ja">No Reading</name> <description>No reading!</description> <description lang="ja">~からデータを転送していますなどの表示を消す(またはecho)</description> - <version>1.2.1</version> + <version>1.2.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> @@ -78,7 +78,7 @@ let INFO = <spec>let g:no_reading_do_echo</spec> <spec>liberator.globalVariables.no_reading_do_echo</spec> <description> - <p>Move displays into statusline.</p> + <p>substitute by echo</p> </description> </item> <item> @@ -86,7 +86,7 @@ let INFO = <spec>let g:no_reading_on_statusline</spec> <spec>liberator.globalVariables.no_reading_on_statusline</spec> <description> - <p>substitute by echo</p> + <p>Move displays into statusline.</p> </description> </item> </plugin> @@ -106,7 +106,7 @@ let INFO = <spec>let g:no_reading_do_echo</spec> <spec>liberator.globalVariables.no_reading_do_echo</spec> <description> - <p>表示をステータスラインに移動</p> + <p>echo で代用</p> </description> </item> <item> @@ -114,7 +114,7 @@ let INFO = <spec>let g:no_reading_on_statusline</spec> <spec>liberator.globalVariables.no_reading_on_statusline</spec> <description> - <p>echo で代用</p> + <p>表示をステータスラインに移動</p> </description> </item> </plugin> |