aboutsummaryrefslogtreecommitdiffstats
path: root/walk-input.js
diff options
context:
space:
mode:
Diffstat (limited to 'walk-input.js')
-rw-r--r--walk-input.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/walk-input.js b/walk-input.js
index 04f21f5..db88421 100644
--- a/walk-input.js
+++ b/walk-input.js
@@ -1,6 +1,6 @@
// Vimperator plugin: 'Walk Input'
// License: BSD
-// Version: 1.2.2
+// Version: 1.2.3
// Maintainer: Takayama Fumihiko <tekezo@pqrs.org>
// anekos <anekos@snca.net>
@@ -20,7 +20,7 @@
// PLUGIN_INFO {{{
let INFO =
-<plugin name="Walk-Input" version="1.2.2"
+<plugin name="Walk-Input" version="1.2.3"
href="http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/walk-input.js"
summary="The focus walks 'input' and 'textarea' element."
xmlns="http://vimperator.org/namespaces/liberator">
@@ -68,7 +68,6 @@ var types = [
"text",
"password",
"search",
- "file",
"datetime",
"datetime-local",
"date",