vim/snippets/_.snippets @ 1cb4a1729a46

vim: add important enterprise robustness
author Steve Losh <steve@stevelosh.com>
date Thu, 10 Feb 2011 15:08:43 -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")`