diff options
author | anekos | 2011-03-28 19:17:38 +0900 |
---|---|---|
committer | anekos | 2011-03-28 19:17:38 +0900 |
commit | 415ab97e5dd6121933ea73cf3dc7ffa75bfc97f1 (patch) | |
tree | 483ee43a314936772cfcb2d414a00f02198e2d79 /win-mouse.js | |
parent | 688d8935e573204aec3af99c255562d9c9514e0c (diff) | |
download | vimperator-plugins-415ab97e5dd6121933ea73cf3dc7ffa75bfc97f1.tar.bz2 |
a でキーワードをくくった
Diffstat (limited to 'win-mouse.js')
-rw-r--r-- | win-mouse.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win-mouse.js b/win-mouse.js index b1bd110..0650ea5 100644 --- a/win-mouse.js +++ b/win-mouse.js @@ -59,7 +59,7 @@ let INFO = <spec>g:win_mouse_map_move_(left|right|up|down)=<a>keys</a></spec> <description> <p> - If given this global variable, this plugin map the keys to mouse moving action in all mode. + If given this global variable, this plugin map the <a>keys</a> to mouse moving action in all mode. </p> </description> </item> @@ -68,7 +68,7 @@ let INFO = <spec>g:win_mouse_map_(left|right|middle)_click=<a>keys</a></spec> <description> <p> - If given this global variable, this plugin map the keys to mouse clicking action in all mode. + If given this global variable, this plugin map the <a>keys</a> to mouse clicking action in all mode. </p> </description> </item> |