diff options
author | anekos | 2011-03-23 02:27:29 +0900 |
---|---|---|
committer | anekos | 2011-03-23 02:27:44 +0900 |
commit | 163b04336aed764216d4a8231b1cb11af04a1e49 (patch) | |
tree | 69cb3131e5b2a792f6361f94021fdba9dd505576 /migemo_hint.js | |
parent | 961085456956627760deb664073deac9444f7873 (diff) | |
download | vimperator-plugins-163b04336aed764216d4a8231b1cb11af04a1e49.tar.bz2 |
automatically set hintmatching option
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{
|