diff options
author | hogelog | 2009-02-09 12:12:49 +0000 |
---|---|---|
committer | hogelog | 2009-02-09 12:12:49 +0000 |
commit | 3f38e5f912fdbdce4b70f124713b0964869ffbdf (patch) | |
tree | b8c2c9366b36ddafefc122a023f01889065eed17 /char-hints-mod2.js | |
parent | 6e90ae64b54279a3d3e5e7a91705792a385c89be (diff) | |
download | vimperator-plugins-3f38e5f912fdbdce4b70f124713b0964869ffbdf.tar.bz2 |
* update version numer
* remove incorrect documentation
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@29779 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'char-hints-mod2.js')
-rw-r--r-- | char-hints-mod2.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/char-hints-mod2.js b/char-hints-mod2.js index 59ad042..d8223ed 100644 --- a/char-hints-mod2.js +++ b/char-hints-mod2.js @@ -4,7 +4,7 @@ var PLUGIN_INFO = <name>{NAME}</name>
<description>character hint mode.</description>
<author mail="konbu.komuro@gmail.com" homepage="http://d.hatena.ne.jp/hogelog/">hogelog</author>
- <version>0.2.5</version>
+ <version>0.2.6</version>
<minVersion>2.0pre 2008/12/12</minVersion>
<maxVersion>2.0a1</maxVersion>
<updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/char-hints-mod2.js</updateURL>
@@ -35,8 +35,6 @@ let g:hintlabeling: e.g.)
let g:hintlabeling="a"
-== BUG? ==
- * adjust labeling algorithm has bug (?)
]]></detail>
<detail lang="ja"><![CDATA[
== Usage ==
@@ -64,8 +62,6 @@ let g:hintlabeling: e.g.)
let g:hintlabeling="a"
-== BUG? ==
- * adjust labeling algorithm has bug (?)
]]></detail>
</VimperatorPlugin>;
//}}}
|