aboutsummaryrefslogtreecommitdiffstats
path: root/function-template.js
diff options
context:
space:
mode:
Diffstat (limited to 'function-template.js')
-rwxr-xr-xfunction-template.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/function-template.js b/function-template.js
index 287763a..b418eac 100755
--- a/function-template.js
+++ b/function-template.js
@@ -39,7 +39,7 @@ let PLUGIN_INFO =
<name lang="ja">関数テンプレート</name>
<description>function Template</description>
<description lang="ja">Vimperator の関数のテンプレート</description>
- <version>1.1.0</version>
+ <version>1.2.0</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>
@@ -88,6 +88,7 @@ let PLUGIN_INFO =
],
completer: function (context, args) {
context.title = ['value', 'description'];
+ context.filters = [CompletionContext.Filter.textDescription]; // 説明(desc)もフィルタリング対象にする
context.completions = [
['item1', 'desc1'],
];