diff options
author | anekos | 2009-10-29 08:13:47 +0000 |
---|---|---|
committer | anekos | 2009-10-29 08:13:47 +0000 |
commit | 83f0ba73226b90386cd7aba7e5780d64b17c06af (patch) | |
tree | 44073412ec6b91c4e0fad8149196c88aba3e98a4 /function-template.js | |
parent | ba5f0fad8615f5082378ac66d7efef159798b9c9 (diff) | |
download | vimperator-plugins-83f0ba73226b90386cd7aba7e5780d64b17c06af.tar.bz2 |
Fix a typo.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35773 d0d07461-0603-4401-acd4-de1884942a52
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'], |