aboutsummaryrefslogtreecommitdiffstats
path: root/migemo_hint.js
diff options
context:
space:
mode:
authoranekos2011-03-23 02:27:29 +0900
committeranekos2011-03-23 02:27:44 +0900
commit163b04336aed764216d4a8231b1cb11af04a1e49 (patch)
tree69cb3131e5b2a792f6361f94021fdba9dd505576 /migemo_hint.js
parent961085456956627760deb664073deac9444f7873 (diff)
downloadvimperator-plugins-163b04336aed764216d4a8231b1cb11af04a1e49.tar.bz2
automatically set hintmatching option
Diffstat (limited to 'migemo_hint.js')
-rw-r--r--migemo_hint.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/migemo_hint.js b/migemo_hint.js
index 1fbe291..a3278a8 100644
--- a/migemo_hint.js
+++ b/migemo_hint.js
@@ -1,13 +1,12 @@
// Vimperator plugin: 'Hint Matching with XUL/Migemo'
-// Last Change: 05-Feb-2009.
+// Last Change: 23-Mar-2011.
// License: Creative Commons
// Maintainer: Trapezoid <trapezoid.g@gmail.com> - http://unsigned.g.hatena.ne.jp/Trapezoid
// Require: XUL/Migemo add-on - https://addons.mozilla.org/firefox/addon/5239
//
// extended hint matching with migemo for Vimperator
-//
-// Usage:
-// :set hintmatching = custom
+
+options.get('hintmatching').set('custom');
liberator.plugins.customHintMatcher = function(inputString){
var XMigemoCore, XMigemoTextUtils;
try{