From 63a7255a2112854196667fd9321cdab57bc45a0b Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Fri, 18 Dec 2009 22:37:35 +0800 Subject: [PATCH] updated copyright snippet This is the format I most often work with and I prefer it over the provided format. --- snippets/_.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/_.snippets b/snippets/_.snippets index c3925a5..db94c7d 100644 --- a/snippets/_.snippets +++ b/snippets/_.snippets @@ -2,6 +2,6 @@ # (c) holds no legal value ;) snippet c) - `&enc[:2] == "utf" ? "©" : "(c)"` Copyright `strftime("%Y")` ${1:`g:snips_author`}. All Rights Reserved.${2} + Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${1:`g:snips_author`}. All Rights Reserved.${2} snippet date `strftime("%Y-%m-%d")`