diff options
author | anekos | 2011-03-28 19:17:56 +0900 |
---|---|---|
committer | anekos | 2011-03-28 19:17:56 +0900 |
commit | 6c8608cab5b185bf3e54f3d9e39cb345c761e949 (patch) | |
tree | 170c2d28146a4035b6000cb2e67a0db2dffaa1a9 | |
parent | 415ab97e5dd6121933ea73cf3dc7ffa75bfc97f1 (diff) | |
download | vimperator-plugins-6c8608cab5b185bf3e54f3d9e39cb345c761e949.tar.bz2 |
あんたくっつきすぎよ!!
-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 0650ea5..18d7a2b 100644 --- a/win-mouse.js +++ b/win-mouse.js @@ -56,7 +56,7 @@ let INFO = </item> <item> <tags>g:win_mouse_map_move_DIR</tags> - <spec>g:win_mouse_map_move_(left|right|up|down)=<a>keys</a></spec> + <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 <a>keys</a> to mouse moving action in all mode. @@ -65,7 +65,7 @@ let INFO = </item> <item> <tags>g:win_mouse_map_BUTTON_click</tags> - <spec>g:win_mouse_map_(left|right|middle)_click=<a>keys</a></spec> + <spec>g:win_mouse_map_(left|right|middle)_click = <a>keys</a></spec> <description> <p> If given this global variable, this plugin map the <a>keys</a> to mouse clicking action in all mode. |