aboutsummaryrefslogtreecommitdiffstats
path: root/gmail-commando.js
diff options
context:
space:
mode:
authoranekos2011-02-12 17:35:43 +0900
committeranekos2011-02-12 17:35:43 +0900
commit65f2e98722474140d6356b3099dcc822acb3661b (patch)
tree37225128f4dfdec9cdf53f54c5bb832fa85ec9b1 /gmail-commando.js
parent76c94f71e348bac0490484d4114f8e4f389bb9ba (diff)
downloadvimperator-plugins-65f2e98722474140d6356b3099dcc822acb3661b.tar.bz2
PLUGIN_INFO削除
Diffstat (limited to 'gmail-commando.js')
-rw-r--r--gmail-commando.js41
1 files changed, 0 insertions, 41 deletions
diff --git a/gmail-commando.js b/gmail-commando.js
index aecc8ae..ab54631 100644
--- a/gmail-commando.js
+++ b/gmail-commando.js
@@ -32,47 +32,6 @@ THE POSSIBILITY OF SUCH DAMAGE.
}}} */
-// PLUGIN_INFO {{{
-let PLUGIN_INFO =
-<VimperatorPlugin>
- <name>GMail Commando</name>
- <name lang="ja">GMail コマンドー</name>
- <description>The handy commands for GMail</description>
- <description lang="ja">便利なGMail用コマンドー</description>
- <version>1.4.3</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>
- <updateURL>https://github.com/vimpr/vimperator-plugins/raw/master/XXXXX</updateURL>
- <minVersion>2.4</minVersion>
- <maxVersion>2.4</maxVersion>
- <detail><![CDATA[
- == Configuration sample ==
- >||
-let g:gmail_commando_map_translate = "<Leader>t"
-let g:gmail_commando_map_translate_thread = "<Leader>T"
-let g:gmail_commando_map_fold = "<Leader>f"
-let g:gmail_commando_map_unfold = "<Leader>F"
-let g:gmail_commando_map_important = "<Leader>i"
-let g:gmail_commando_map_unimportant = "<Leader>I"
-let g:gmail_commando_label_shortcut = 1
- ||<
- ]]></detail>
- <detail lang="ja"><![CDATA[
- Gmail 用の便利なマッピングを提供します。
- == 設定例 ==
- >||
-let g:gmail_commando_map_translate = "<Leader>t"
-let g:gmail_commando_map_translate_thread = "<Leader>T"
-let g:gmail_commando_map_fold = "<Leader>f"
-let g:gmail_commando_map_unfold = "<Leader>F"
-let g:gmail_commando_map_important = "<Leader>i"
-let g:gmail_commando_map_unimportant = "<Leader>I"
-let g:gmail_commando_label_shortcut = 1
- ||<
- ]]></detail>
-</VimperatorPlugin>;
-// }}}
// INFO {{{
let INFO =
<>