From 57ad3c1e60e9b503af17ae056f77dc3064936038 Mon Sep 17 00:00:00 2001 From: anekos Date: Fri, 15 Jun 2012 23:44:10 +0900 Subject: Update document section. --- function-template.js | 59 ++++++++++++++++++++++++++++++++-------------------- 1 file changed, 36 insertions(+), 23 deletions(-) (limited to 'function-template.js') diff --git a/function-template.js b/function-template.js index 5dac6fd..0de2c6a 100644 --- a/function-template.js +++ b/function-template.js @@ -1,5 +1,5 @@ /* NEW BSD LICENSE {{{ -Copyright (c) 2009-2011, anekos. +Copyright (c) 2009-2012, anekos. All rights reserved. Redistribution and use in source and binary forms, with or without modification, @@ -32,30 +32,43 @@ THE POSSIBILITY OF SUCH DAMAGE. }}} */ -// PLUGIN_INFO {{{ -let PLUGIN_INFO = - - Functions Template - 関数テンプレート - function Template - Vimperator の関数のテンプレート - 1.3.0 - anekos - new BSD License (Please read the source code comments of this plugin) - 修正BSDライセンス (ソースコードのコメントを参照してください) - https://github.com/vimpr/vimperator-plugins/raw/master/function-template.js - 3.0 - - -; +// INFO {{{ +let INFO = +<> + + xxxxx + New BSD License + +

+ + :hoge + :hoge +

+
+
+ + xxxxx + New BSD License + +

+ + :hoge + :hoge +

+
+
+; // }}} + (function () { // XXX 以下は実行しないよ。 return; -- cgit v1.2.3