diff options
author | anekos | 2011-04-09 09:28:18 +0900 |
---|---|---|
committer | anekos | 2011-04-09 09:28:18 +0900 |
commit | 90c1aad02f75292fdc16c889e0e6278c687597a6 (patch) | |
tree | e88ef7d0ba2fd5b9ccf9f0f7cbb585b025993626 /function-template.js | |
parent | c815f25e2757df0fb90d8cfff4dc80e8ccfc1928 (diff) | |
download | vimperator-plugins-90c1aad02f75292fdc16c889e0e6278c687597a6.tar.bz2 |
3.0 では不正なサンプル修正
Diffstat (limited to 'function-template.js')
-rw-r--r-- | function-template.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/function-template.js b/function-template.js index 0621d9f..81ce342 100644 --- 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.2.0</version> + <version>1.2.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> @@ -63,7 +63,7 @@ let PLUGIN_INFO = commands.addUserCommand( - ['co[mmand1]'], + ['myco[mmand]'], 'Description', function (args) { args.literalArg; |