diff options
author | anekos | 2008-08-09 08:38:56 +0000 |
---|---|---|
committer | anekos | 2008-08-09 08:38:56 +0000 |
commit | 5b07f3dcce55e9213f3af47f8baa03dacf122d5b (patch) | |
tree | bdebe6cd56fb1929549abd26afceb243b0248c07 | |
parent | 27f6ae2db9dc327c6627c42d4871df0f0f0aaff9 (diff) | |
download | vimperator-plugins-5b07f3dcce55e9213f3af47f8baa03dacf122d5b.tar.bz2 |
確定後の挙動を修正。
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@17285 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r-- | migemized_find.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/migemized_find.js b/migemized_find.js index fb1d492..f4b20a6 100644 --- a/migemized_find.js +++ b/migemized_find.js @@ -32,7 +32,8 @@ }, searchSubmitted: function (command, forcedBackward) { - //ねこ + XMigemoFind.clear(false); + liberator.modes.reset(); }, searchCanceled: function () { |