aboutsummaryrefslogtreecommitdiffstats
path: root/feedSomeKeys_2.js
diff options
context:
space:
mode:
authoranekos2009-11-19 11:18:44 +0000
committeranekos2009-11-19 11:18:44 +0000
commitec1137e384a5115707f2cdf5f78962b65acdd968 (patch)
tree09770f901bd0e1ab32b72afdc9cf8020818a8b51 /feedSomeKeys_2.js
parentb4aaf053f5d51b7f686dd67c3f51d4c157cbd097 (diff)
downloadvimperator-plugins-ec1137e384a5115707f2cdf5f78962b65acdd968.tar.bz2
GMail の変更に伴い、例を書き換え
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35947 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'feedSomeKeys_2.js')
-rw-r--r--feedSomeKeys_2.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/feedSomeKeys_2.js b/feedSomeKeys_2.js
index 21f17e2..044ca1f 100644
--- a/feedSomeKeys_2.js
+++ b/feedSomeKeys_2.js
@@ -3,7 +3,7 @@ var PLUGIN_INFO=
<name>{NAME}</name>
<description>feed some defined key events into the Web content</description>
<description lang="ja">定義したkeyイベントをWebページへ送ってあげる</description>
-<version>2.2.2</version>
+<version>2.2.3</version>
<author mail="teramako@gmail.com" homepage="http://vimperator.g.hatena.ne.jp/teramako/">teramako</author>
<minVersion>2.0pre</minVersion>
<maxVersion>2.2</maxVersion>
@@ -62,7 +62,7 @@ Gmailとかlivedoor ReaderとかGreasemonkeyでキーを割り当てている場
=== Gmail の場合 ===
>||
-:autocmd LocationChange 'mail\.google\.com/mail' :fmap -depth 4 c / j k n p o u e x s r a # [ ] z ? gi gs gt gd ga gc
+:autocmd LocationChange 'mail\.google\.com/mail' :fmap c / j k n p o u e x s r a # [ ] z ? gi gs gt gd ga gc
||<
=== Google Reader の場合 ===