From 99dd65177b999d89cb76768e2bb46a71f0efb842 Mon Sep 17 00:00:00 2001 From: mattn Date: Wed, 9 Apr 2008 05:32:35 +0000 Subject: lang/javascript/vimperator-plugins/trunk/autoIgnoreKey.js: * vimperatorrcで設定出来るように変数'autoignorekey_pages'を追加 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@9168 d0d07461-0603-4401-acd4-de1884942a52 --- autoIgnoreKey.js | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'autoIgnoreKey.js') diff --git a/autoIgnoreKey.js b/autoIgnoreKey.js index de3713d..677be01 100644 --- a/autoIgnoreKey.js +++ b/autoIgnoreKey.js @@ -13,8 +13,22 @@ * e.g) * * /^https?:\/\/mail\.google\.com\// * * 'http://reader.livedoor.com/reader/' + * + * The autoignorekey_pages is a string variable which can set on + * vimperatorrc as following. + * + * let autoignorekey_pages = "['http://foo.com/*', 'http://bar.com/*']" + * + * or your can set it using inline javascript. + * + * javascript <