vim/snippets/_.snippets @ 1cd272c1a956

vim: use my fork of sparkup
author Steve Losh <steve@stevelosh.com>
date Thu, 02 Dec 2010 14:42:08 -0500
parents cdc196e91cd2
children a98440593d86
# Global snippets

# (c) holds no legal value ;)
snippet c)
	`&enc[:2] == "utf" ? "©" : "(c)"` Copyright `strftime("%Y")` ${1:`g:snips_author`}. All Rights Reserved.${2}
snippet date
	`strftime("%Y-%m-%d")`