aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranekos2010-03-02 20:41:37 +0000
committeranekos2010-03-02 20:41:37 +0000
commitf90248eaaa53e30a5bd722aad46d219fa8b20bd4 (patch)
tree9542fb2d3df662e26e6b62ac9760db9f24930c1e
parent418522ff45590b3c39088701ff6beb081f3a6490 (diff)
downloadvimperator-plugins-f90248eaaa53e30a5bd722aad46d219fa8b20bd4.tar.bz2
-ignoreurls の指定を修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36914 d0d07461-0603-4401-acd4-de1884942a52
-rwxr-xr-xfeedSomeKeys_3.js6
1 files changed, 3 insertions, 3 deletions
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 =
<name lang="ja">feedSomeKeys 3</name>
<description>feed some defined key events into the Web content</description>
<description lang="ja">キーイベントをWebコンテンツ側に送る</description>
- <version>1.5.0</version>
+ <version>1.5.2</version>
<author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author>
<license>new BSD License (Please read the source code comments of this plugin)</license>
<license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license>
@@ -79,7 +79,7 @@ lazy fmaps -u='http://code.google.com/p/vimperator-labs/issues/detail' u
// }}}
// INFO {{{
let INFO =
-<plugin name="feedSomeKeys" version="1.5.0"
+<plugin name="feedSomeKeys" version="1.5.2"
href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/feedSomeKeys_3.js"
summary="Feed some defined key events into the Web content"
xmlns="http://vimperator.org/namespaces/liberator">
@@ -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
},