aboutsummaryrefslogtreecommitdiffstats
path: root/migemo_hint.js
diff options
context:
space:
mode:
Diffstat (limited to 'migemo_hint.js')
-rw-r--r--migemo_hint.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/migemo_hint.js b/migemo_hint.js
index 62d7c19..ac3651b 100644
--- a/migemo_hint.js
+++ b/migemo_hint.js
@@ -1,5 +1,5 @@
// Vimperator plugin: 'Hint Matching with XUL/Migemo'
-// Last Change: 16-Jun-2008. Jan 2008
+// Last Change: 21-Oct-2008. Jan 2008
// License: Creative Commons
// Maintainer: Trapezoid <trapezoid.g@gmail.com> - http://unsigned.g.hatena.ne.jp/Trapezoid
// Require: XUL/Migemo extension - https://addons.mozilla.org/ja/firefox/addon/5239
@@ -19,3 +19,6 @@ liberator.plugins.customHintMatcher = function(inputString){
var r = new RegExp(XMigemoCore.getRegExp(inputString));
return function(hintString) r.test(hintString);
}
+
+plugins = {};
+plugins.customHintMatcher = liberator.plugins.customHintMatcher;