diff options
author | janus_wel | 2011-03-23 22:41:32 +0900 |
---|---|---|
committer | janus_wel | 2011-03-23 22:41:32 +0900 |
commit | a8e23402b1fcf0dc623acea63f6a8a84736388e4 (patch) | |
tree | fdc2a63d53157d40be5136dac46aaba2fa3553f1 /migemo_hint.js | |
parent | 3e33cdb759bca93e9750cfb20d290bdcbc1eda52 (diff) | |
parent | 163b04336aed764216d4a8231b1cb11af04a1e49 (diff) | |
download | vimperator-plugins-a8e23402b1fcf0dc623acea63f6a8a84736388e4.tar.bz2 |
Merge branch 'master' of github.com:vimpr/vimperator-plugins
Diffstat (limited to 'migemo_hint.js')
-rw-r--r-- | migemo_hint.js | 7 |
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{
|