aboutsummaryrefslogtreecommitdiffstats
path: root/gmail-commando.js
diff options
context:
space:
mode:
authoranekos2010-09-07 06:40:06 +0000
committeranekos2010-09-07 06:40:06 +0000
commit60e826b2bd36f77e0da62e1b01de9515a38324a2 (patch)
treeb9a661efc77801d970478524a202431acd6e06b1 /gmail-commando.js
parent6f1bd227de20290d8b58017536a61391cd26ba7b (diff)
downloadvimperator-plugins-60e826b2bd36f77e0da62e1b01de9515a38324a2.tar.bz2
PLUGIN_INFO修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38429 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'gmail-commando.js')
-rwxr-xr-xgmail-commando.js13
1 files changed, 11 insertions, 2 deletions
diff --git a/gmail-commando.js b/gmail-commando.js
index 22743f0..9c4e7e8 100755
--- a/gmail-commando.js
+++ b/gmail-commando.js
@@ -47,11 +47,20 @@ let PLUGIN_INFO =
<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"