vim/snippets/_.snippets @ b4ec9e1af3cf

Moar.
author Steve Losh <steve@stevelosh.com>
date Tue, 05 Jul 2011 14:52:11 -0400
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")`