diff options
author | drry | 2008-11-16 16:32:02 +0000 |
---|---|---|
committer | drry | 2008-11-16 16:32:02 +0000 |
commit | b6c8b85c3bed4525e7d3a11de643452ee93ffe7d (patch) | |
tree | 98a4ff92e5b3043c29e8dc24b804d87505442b0e /migemo_completion.js | |
parent | 23f5d91b8fe65da2740dc2c3fe0ee0d388294815 (diff) | |
download | vimperator-plugins-b6c8b85c3bed4525e7d3a11de643452ee93ffe7d.tar.bz2 |
* XUL/Migemo Ver.0.11.7!!!
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@23863 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'migemo_completion.js')
-rw-r--r-- | migemo_completion.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migemo_completion.js b/migemo_completion.js index e245125..6905906 100644 --- a/migemo_completion.js +++ b/migemo_completion.js @@ -42,7 +42,7 @@ if (!filter)
return [[a[0], a[1], favicon ? a[2] : null] for each (a in array)];
- // FIXME XUL/Migemo のバグに対処。治ったら消す
+ // FIXME XUL/Migemo のバグに対処。治ったら消す ←治ったぞ!!!
if(/[()|]/.test(filter))
return original_filter.apply(this,arguments);
|