From 07a99485e1c8af73d3ddb650ae69e2f519d85907 Mon Sep 17 00:00:00 2001
From: anekos
Date: Sat, 10 Apr 2010 15:20:14 +0000
Subject: 補完発動方法がまずかった。これもまずいけど
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37182 d0d07461-0603-4401-acd4-de1884942a52
---
option-selector.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'option-selector.js')
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 =
Option Selector
Select a option of the select element.
select 要素の option を選択する。
- 1.1.1
+ 1.1.2
anekos
new BSD License (Please read the source code comments of this plugin)
修正BSDライセンス (ソースコードのコメントを参照してください)
@@ -82,7 +82,7 @@ let PLUGIN_INFO =
}
}
);
- events.feedkeys('', true); // FIXME
+ events.feedkeys('', true); // FIXME
}
autocommands.add(
--
cgit v1.2.3