diff options
author | anekos | 2011-04-06 04:05:44 +0900 |
---|---|---|
committer | anekos | 2011-04-06 16:32:44 +0900 |
commit | 81ad5846bc69a9fb8be740ae98cd0c54cf0419d7 (patch) | |
tree | 82575c564fecf4930ca5d36f150a6044b8cb2c54 /feedSomeKeys_3.js | |
parent | 98f8b9b68ef905c1300b0daff402184a8bb22357 (diff) | |
download | vimperator-plugins-81ad5846bc69a9fb8be740ae98cd0c54cf0419d7.tar.bz2 |
PLUGIN_INFO削除
Diffstat (limited to 'feedSomeKeys_3.js')
-rw-r--r-- | feedSomeKeys_3.js | 47 |
1 files changed, 1 insertions, 46 deletions
diff --git a/feedSomeKeys_3.js b/feedSomeKeys_3.js index 75f9949..fe5a93d 100644 --- a/feedSomeKeys_3.js +++ b/feedSomeKeys_3.js @@ -1,5 +1,5 @@ /* NEW BSD LICENSE {{{ -Copyright (c) 2010, anekos. +Copyright (c) 2010-2011, anekos. All rights reserved. Redistribution and use in source and binary forms, with or without modification, @@ -32,51 +32,6 @@ THE POSSIBILITY OF SUCH DAMAGE. }}} */ -// PLUGIN_INFO {{{ -let PLUGIN_INFO = -<VimperatorPlugin> - <name>feedSomeKeys 3</name> - <name lang="ja">feedSomeKeys 3</name> - <description>feed some defined key events into the Web content</description> - <description lang="ja">キーイベントをWebコンテンツ側に送る</description> - <version>1.8.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/feedSomeKeys_3.js</updateURL> - <minVersion>2.3</minVersion> - <maxVersion>2.3</maxVersion> - <require type="plugin">_libly.js</require> - <detail><![CDATA[ - see ":help feedSomeKeys-plugin" - rc file setting sample: ->|| -command! -nargs=+ lazy autocmd VimperatorEnter .* <args> -lazy fmaps -u='mail\.google\.com/mail' c / j k n p o u e x s r a # [ ] ? gi gs gt gd ga gc -lazy fmaps -u='mail\.google\.com/mail/.*/[0-9a-f]+$' c / j,n k,p n,j p,k o u e x s r a # [ ] ? gi gs gt gd ga gc -lazy fmaps -u='www\.google\.co\.jp/reader' -events=vkeypress j k n p m s v A r S N P X O gh ga gs gt gu u / ? J K -lazy fmaps -u='(fastladder|livedoor)\.com/reader' j k s a p o v c i,p <Space> <S-Space> z b < > q w e,g -lazy fmaps -u='https?://www\.rememberthemilk\.com/home/' j k m i c t ? d F,f G,g S,s L,l Y,y H,h M,m <Del> <C-S-Left> <C-S-Right> -lazy fmaps -u='http://code.google.com/p/vimperator-labs/issues/list' o j k -lazy fmaps -u='http://code.google.com/p/vimperator-labs/issues/detail' u -||< - ]]></detail> - <detail lang="ja"><![CDATA[ - 詳しくはヘルプを見てね。 ":help feedSomeKeys-plugin" - rc ファイルの設定サンプル: ->|| -command! -nargs=+ lazy autocmd VimperatorEnter .* <args> -lazy fmaps -u='mail\.google\.com/mail' c / j k n p o u e x s r a # [ ] ? gi gs gt gd ga gc -lazy fmaps -u='mail\.google\.com/mail/.*/[0-9a-f]+$' c / j,n k,p n,j p,k o u e x s r a # [ ] ? gi gs gt gd ga gc -lazy fmaps -u='www\.google\.co\.jp/reader' -events=vkeypress j k n p m s v A r S N P X O gh ga gs gt gu u / ? J K -lazy fmaps -u='(fastladder|livedoor)\.com/reader' j k s a p o v c i,p <Space> <S-Space> z b < > q w e,g -lazy fmaps -u='https?://www\.rememberthemilk\.com/home/' j k m i c t ? d F,f G,g S,s L,l Y,y H,h M,m <Del> <C-S-Left> <C-S-Right> -lazy fmaps -u='http://code.google.com/p/vimperator-labs/issues/list' o j k -lazy fmaps -u='http://code.google.com/p/vimperator-labs/issues/detail' u -||< - ]]></detail> -</VimperatorPlugin>; -// }}} // INFO {{{ let INFO = <> <plugin name="feedSomeKeys" version="1.8.3" |