aboutsummaryrefslogtreecommitdiffstats
path: root/hints-for-embedded.js
diff options
context:
space:
mode:
authoranekos2010-03-26 12:52:21 +0000
committeranekos2010-03-26 12:52:21 +0000
commit73cc5e1bdf882e4f92b45b468cae746a2ca20f1e (patch)
tree57887890fb3f218d022bb67d3da0ddbf9f0f1b1b /hints-for-embedded.js
parenta13fc8ce8081c1a97419b8dc65463a3bbb9b7d35 (diff)
downloadvimperator-plugins-73cc5e1bdf882e4f92b45b468cae746a2ca20f1e.tar.bz2
Fix
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37096 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'hints-for-embedded.js')
-rwxr-xr-xhints-for-embedded.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/hints-for-embedded.js b/hints-for-embedded.js
index 468b94b..b37ec79 100755
--- a/hints-for-embedded.js
+++ b/hints-for-embedded.js
@@ -38,7 +38,7 @@ let PLUGIN_INFO =
<name>Hints For Embedded Objects</name>
<description>Add the hints mode for Embedded objects.</description>
<description lang="ja">埋め込み(embed)オブジェクト用ヒントモード</description>
- <version>1.0.0</version>
+ <version>1.0.1</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>
@@ -58,7 +58,7 @@ let PLUGIN_INFO =
// INFO {{{
let INFO =
<>
- <plugin name="HintsForEmbeded" version="1.0.0"
+ <plugin name="HintsForEmbeded" version="1.0.1"
href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/hints-for-embedded.js"
summary="Add the hints mode for embedded objects."
lang="en-US"
@@ -102,7 +102,7 @@ let INFO =
</description>
</item>
</plugin>
- <plugin name="HintsForEmbeded" version="1.0.0"
+ <plugin name="HintsForEmbeded" version="1.0.1"
href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/hints-for-embedded.js"
summary="埋め込み(embed)オブジェクト用ヒントモード"
lang="ja"
@@ -172,7 +172,7 @@ let INFO =
youtube: {
site: /youtube/,
name: /.*/,
- value: /youtube\.com\/v\/([a-zA-Z0-9]+)/,
+ value: /youtube\.com\/v\/([-a-zA-Z0-9]+)/,
url: function (id) ('http://www.youtube.com/watch?v=' + id)
}
};