diff options
author | anekos | 2010-04-10 15:20:14 +0000 |
---|---|---|
committer | anekos | 2010-04-10 15:20:14 +0000 |
commit | 07a99485e1c8af73d3ddb650ae69e2f519d85907 (patch) | |
tree | 2e6cbdafdc10547d8c7fe32c2bcc9170a28eec75 /option-selector.js | |
parent | 669b8a5676a6ebf9212acfc22c4d5a01a85e1f89 (diff) | |
download | vimperator-plugins-07a99485e1c8af73d3ddb650ae69e2f519d85907.tar.bz2 |
補完発動方法がまずかった。これもまずいけど
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37182 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'option-selector.js')
-rwxr-xr-x | option-selector.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/option-selector.js b/option-selector.js index 2ee38c9..ebc6afc 100755 --- a/option-selector.js +++ b/option-selector.js @@ -38,7 +38,7 @@ let PLUGIN_INFO = <name>Option Selector</name> <description>Select a option of the select element.</description> <description lang="ja">select 要素の option を選択する。</description> - <version>1.1.1</version> + <version>1.1.2</version> <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> <license>new BSD License (Please read the source code comments of this plugin)</license> <license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license> @@ -82,7 +82,7 @@ let PLUGIN_INFO = } } ); - events.feedkeys('<Tab>', true); // FIXME + events.feedkeys('<Space><C-u>', true); // FIXME } autocommands.add( |