aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xoption-selector.js4
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(