From f90248eaaa53e30a5bd722aad46d219fa8b20bd4 Mon Sep 17 00:00:00 2001
From: anekos
Date: Tue, 2 Mar 2010 20:41:37 +0000
Subject: -ignoreurls の指定を修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36914 d0d07461-0603-4401-acd4-de1884942a52
---
feedSomeKeys_3.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'feedSomeKeys_3.js')
diff --git a/feedSomeKeys_3.js b/feedSomeKeys_3.js
index 4ba41b3..c270716 100755
--- a/feedSomeKeys_3.js
+++ b/feedSomeKeys_3.js
@@ -39,7 +39,7 @@ let PLUGIN_INFO =
feedSomeKeys 3
feed some defined key events into the Web content
キーイベントをWebコンテンツ側に送る
- 1.5.0
+ 1.5.2
anekos
new BSD License (Please read the source code comments of this plugin)
修正BSDライセンス (ソースコードのコメントを参照してください)
@@ -79,7 +79,7 @@ lazy fmaps -u='http://code.google.com/p/vimperator-labs/issues/detail' u
// }}}
// INFO {{{
let INFO =
-
@@ -508,7 +508,7 @@ let INFO =
literal: 0,
options: [
[['-urls', '-u'], commands.OPTION_STRING, regexpValidator, urlCompleter],
- [['-ignoreurls', '-iu'], commands.OPTION_STRING, regexpValidator, urlCompleter]
+ [['-ignoreurls', '-iu'], commands.OPTION_NOARG]
],
completer: fmapCompleter
},
--
cgit v1.2.3