From 83f0ba73226b90386cd7aba7e5780d64b17c06af Mon Sep 17 00:00:00 2001
From: anekos
Date: Thu, 29 Oct 2009 08:13:47 +0000
Subject: Fix a typo.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35773 d0d07461-0603-4401-acd4-de1884942a52
---
function-template.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'function-template.js')
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 =
関数テンプレート
function Template
Vimperator の関数のテンプレート
- 1.0.0
+ 1.0.1
anekos
new BSD License (Please read the source code comments of this plugin)
修正BSDライセンス (ソースコードのコメントを参照してください)
@@ -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'],
--
cgit v1.2.3