From 7bac5fe4f214aba9fc49a9d3aba2a68cf460703b Mon Sep 17 00:00:00 2001 From: drry Date: Wed, 9 Apr 2008 06:03:25 +0000 Subject: lang/javascript/vimperator-plugins/trunk/autoIgnoreKey.js: * 正規表現に変更しました。 * ほか。 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@9171 d0d07461-0603-4401-acd4-de1884942a52 --- autoIgnoreKey.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'autoIgnoreKey.js') diff --git a/autoIgnoreKey.js b/autoIgnoreKey.js index 677be01..eb48465 100644 --- a/autoIgnoreKey.js +++ b/autoIgnoreKey.js @@ -17,9 +17,9 @@ * The autoignorekey_pages is a string variable which can set on * vimperatorrc as following. * - * let autoignorekey_pages = "['http://foo.com/*', 'http://bar.com/*']" + * let autoignorekey_pages = "['http://example.com/*', 'http://example.org/*']" * - * or your can set it using inline javascript. + * or your can set it using inline JavaScript. * * javascript <