diff options
Diffstat (limited to 'function-template.js')
-rwxr-xr-x | function-template.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/function-template.js b/function-template.js index 2a5c00d..2e5608c 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.0.0</version> + <version>1.0.1</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> @@ -85,7 +85,7 @@ let PLUGIN_INFO = [['-accessories'], commands.OPTION_LIST, null, ['foo', 'bar']], [['-other'], commands.OPTION_ANY] ], - complete: function (context, args) { + completer: function (context, args) { context.title = ['value', 'description']; context.completions = [ ['item1', 'desc1'], |