aboutsummaryrefslogtreecommitdiffstats
path: root/migemized_find.js
diff options
context:
space:
mode:
authoranekos2008-10-20 11:12:44 +0000
committeranekos2008-10-20 11:12:44 +0000
commit9920d4e30d4c6db1fa53e2e93fbeda0a98e5ac79 (patch)
tree6715cbed7018fd717ec39d1fce401d8c19c0b394 /migemized_find.js
parentf50bc1b9efc0685e842b8b68370c26c17227f763 (diff)
downloadvimperator-plugins-9920d4e30d4c6db1fa53e2e93fbeda0a98e5ac79.tar.bz2
RemoveHighlight が 最新のでもれなく失敗するのを修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@21700 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'migemized_find.js')
-rw-r--r--migemized_find.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/migemized_find.js b/migemized_find.js
index eaba4f9..5c5b461 100644
--- a/migemized_find.js
+++ b/migemized_find.js
@@ -436,6 +436,9 @@
['rml', 'removemigelight'],
'Remove migelight',
function (args) {
+ // HEAD (2)
+ if (args != undefined)
+ args = args.string;
if (!args)
return MF.removeHighlight(MF.highlightColor);
if (args == 'all')