diff options
author | anekos | 2011-07-05 18:46:11 +0900 |
---|---|---|
committer | anekos | 2011-07-05 18:46:11 +0900 |
commit | 9e88d582da40eeab972e4382cd4d404426b9b6fc (patch) | |
tree | 5db2a884a047db4fca882540bee1849530be8211 | |
parent | f9274d4a48a8c49d07bf2769effec827b381af57 (diff) | |
download | vimperator-plugins-9e88d582da40eeab972e4382cd4d404426b9b6fc.tar.bz2 |
type=file を飛ばすようにした
-rw-r--r-- | walk-input.js | 5 |
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", |