aboutsummaryrefslogtreecommitdiffstats
path: root/migemized_find.js
diff options
context:
space:
mode:
authoranekos2011-06-09 07:19:45 +0900
committeranekos2011-06-12 09:07:37 +0900
commitd16ecfbc59d5e4b573946e7185382f6464614a2f (patch)
tree5d52f14b4596f6b625e40c9a895e1ddba7665fc6 /migemized_find.js
parent120d37a31fd7280151e56ea1846bed438c359efc (diff)
downloadvimperator-plugins-d16ecfbc59d5e4b573946e7185382f6464614a2f.tar.bz2
いらんログ削除
Diffstat (limited to 'migemized_find.js')
-rw-r--r--migemized_find.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/migemized_find.js b/migemized_find.js
index 351d913..f6f9f4b 100644
--- a/migemized_find.js
+++ b/migemized_find.js
@@ -39,13 +39,12 @@ let PLUGIN_INFO =
<name lang="ja">Migemized Find</name>
<description>Migemize default page search.</description>
<description lang="ja">デフォルトのドキュメント内検索をミゲマイズする。</description>
- <version>2.10.1</version>
+ <version>2.10.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>
<updateURL>https://github.com/vimpr/vimperator-plugins/raw/master/migemized_find.js</updateURL>
<minVersion>3.0</minVersion>
- <maxVersion>3.0</maxVersion>
<detail><![CDATA[
== Usage ==
検索ワードの一文字目が
@@ -579,9 +578,7 @@ let PLUGIN_INFO =
},
onChange: function (str) {
- liberator.log('onChange');
if (typeof str == 'string') {
- liberator.log('findFirst');
_findFirst(str, _backwards);
} else if (str === false)
MF.findAgain();