diff options
author | teramako | 2013-04-03 21:13:11 +0900 |
---|---|---|
committer | teramako | 2013-04-03 21:13:11 +0900 |
commit | 9067d13d9699ecd4b3a5243219bae357fc4e8556 (patch) | |
tree | 5bcbf3dbba9c13f542f02f8ed1d36363ac371808 /walk-input.js | |
parent | 425888191f7a55b504824ac3a3a09a782ec13717 (diff) | |
download | vimperator-plugins-9067d13d9699ecd4b3a5243219bae357fc4e8556.tar.bz2 |
fix: walk-input.js
Diffstat (limited to 'walk-input.js')
-rw-r--r-- | walk-input.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/walk-input.js b/walk-input.js index f5dd445..f310875 100644 --- a/walk-input.js +++ b/walk-input.js @@ -19,7 +19,7 @@ // </html> // PLUGIN_INFO {{{ -let INFO = +let INFO = xml` <plugin name="Walk-Input" version="1.3.0" href="http://github.com/vimpr/vimperator-plugins/blob/master/walk-input.js" summary="The focus walks 'input' and 'textarea' element." @@ -59,7 +59,7 @@ let INFO = <p>Move focus backward</p> </description> </item> -</plugin>; +</plugin>`; // }}} (function () { |