From 163b04336aed764216d4a8231b1cb11af04a1e49 Mon Sep 17 00:00:00 2001 From: anekos Date: Wed, 23 Mar 2011 02:27:29 +0900 Subject: automatically set hintmatching option --- migemo_hint.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'migemo_hint.js') 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 - 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{ -- cgit v1.2.3