From 07b029340a121462005ed638f82235d9d2ba8c24 Mon Sep 17 00:00:00 2001 From: anekos Date: Tue, 31 Mar 2009 17:23:50 +0000 Subject: PLUGIN_INFO に対応 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@31753 d0d07461-0603-4401-acd4-de1884942a52 --- walk-input.js | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'walk-input.js') diff --git a/walk-input.js b/walk-input.js index 97391f1..caff76d 100644 --- a/walk-input.js +++ b/walk-input.js @@ -18,6 +18,36 @@ // // +// PLUGIN_INFO {{{ +let PLUGIN_INFO = + + Walk Input + The focus walks "input" and "textarea" elements. + 1.1 + Takayama Fumihiko + BSD + http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/walk-input.js + 2.0 + 2.1pre + & + + ||< + ]]> +; +// }}} + (function () { var xpath = '//input[@type="text" or @type="password" or @type="search" or not(@type)] | //textarea'; -- cgit v1.2.3