diff options
-rw-r--r-- | appendAnchor.js | 4 | ||||
-rw-r--r-- | ime_controller.js | 2 | ||||
-rw-r--r-- | matanico.js | 4 | ||||
-rw-r--r-- | nicontroller.js | 4 | ||||
-rw-r--r-- | nnp_cooperation.js | 4 | ||||
-rw-r--r-- | reading.js | 4 | ||||
-rw-r--r-- | yetmappings.js | 5 | ||||
-rw-r--r-- | youtubeamp.js | 4 |
8 files changed, 16 insertions, 15 deletions
diff --git a/appendAnchor.js b/appendAnchor.js index 9dc410d..c226b00 100644 --- a/appendAnchor.js +++ b/appendAnchor.js @@ -4,10 +4,10 @@ * @description append anchors to texts look like url. * @author SAKAI, Kazuaki * @version 0.02 - * == VimperatorPlugin== + * == /VimperatorPlugin== */ -(function(){ +(function() { liberator.commands.addUserCommand(['anc'], 'append anchors to texts look like url', function(arg, special) { diff --git a/ime_controller.js b/ime_controller.js index 96a1f86..38f2925 100644 --- a/ime_controller.js +++ b/ime_controller.js @@ -5,7 +5,7 @@ * @description-ja コマンドラインモード移行時にIMEの制御を行う * @author teramako teramako@gmail.com * @namespace http://d.hatena.ne.jp/teramako/ - * @maxVersion 0.6pre + * @maxVersion 1.2.* * @minVersion 0.6pre * ==/VimperatorPlugin== * diff --git a/matanico.js b/matanico.js index c0c05e5..d043239 100644 --- a/matanico.js +++ b/matanico.js @@ -1,11 +1,11 @@ -/*
+/**
* ==VimperatorPlugin==
* @name matanico.js
* @description update Twitter's status to current video name and comment
* @description-ja 今見てる動画のタイトルとコメントを Twitter に投稿する
* @author janus_wel <janus_wel@fb3.so-net.ne.jp>
* @version 0.62
- * @minversion 2.0pre 2008/10/16
+ * @minversion 1.2
* ==/VimperatorPlugin==
*
* LICENSE
diff --git a/nicontroller.js b/nicontroller.js index ac66991..93ab448 100644 --- a/nicontroller.js +++ b/nicontroller.js @@ -1,11 +1,11 @@ -/*
+/**
* ==VimperatorPlugin==
* @name nicontroller.js
* @description this script give you keyboard opration for nicovideo.jp.
* @description-ja ニコニコ動画のプレーヤーをキーボードで操作できるようにする。
* @author janus_wel <janus_wel@fb3.so-net.ne.jp>
* @version 0.54
- * @minversion 2.0pre 2008/10/16
+ * @minversion 1.2
* ==/VimperatorPlugin==
*
* LICENSE
diff --git a/nnp_cooperation.js b/nnp_cooperation.js index 71c2d1f..d3dd208 100644 --- a/nnp_cooperation.js +++ b/nnp_cooperation.js @@ -1,11 +1,11 @@ -/*
+/**
* ==VimperatorPlugin==
* @name niconicoplaylist_cooperation.js
* @description this script give you keyboard opration for NicoNicoPlaylist.
* @description-ja NicoNicoPlaylist をキーボードで操作できるようにする。
* @author janus_wel <janus_wel@fb3.so-net.ne.jp>
* @version 0.32
- * @minversion 2.0pre 2008/10/16
+ * @minversion 1.2
* ==/VimperatorPlugin==
*
* CONSTRAINT
@@ -1,11 +1,11 @@ -/*
+/**
* ==VimperatorPlugin==
* @name reading.js
* @description update Twitter's status to current URL and comment
* @description-ja 今見てるページの URL とタイトルをコメントといっしょに Twitter に投稿する
* @author janus_wel <janus_wel@fb3.so-net.ne.jp>
* @version 0.22
- * @minversion 2.0pre 2008/10/16
+ * @minversion 1.2
* ==/VimperatorPlugin==
*
* LICENSE
diff --git a/yetmappings.js b/yetmappings.js index 71ad7dd..efdcc24 100644 --- a/yetmappings.js +++ b/yetmappings.js @@ -1,11 +1,12 @@ +// ==VimperatorPlugin== // @name yet mappings // @description display the keys that are not mapped yet. // @description-ja まだマップされていないキーを表示する // @license Creative Commons 2.1 (Attribution + Share Alike) // @version 1.0 // @author anekos (anekos@snca.net) -// @maxVersion 1.2 -// @minVersion 2.0pre +// @maxVersion 1.2.* +// @minVersion 1.2 // ==/VimperatorPlugin== // // Usage: diff --git a/youtubeamp.js b/youtubeamp.js index 0699a76..75d6dee 100644 --- a/youtubeamp.js +++ b/youtubeamp.js @@ -1,11 +1,11 @@ -/* +/** * ==VimperatorPlugin== * @name youtubeamp.js * @description this script gives you keyboard oprations for YouTube.com. * @description-ja YouTube のプレーヤーをキーボードで操作できるようにする。 * @author janus_wel <janus_wel@fb3.so-net.ne.jp> * @version 0.12 - * @minversion 2.0pre 2008/10/16 + * @minversion 1.2 * ==/VimperatorPlugin== * * LICENSE |