vim/bundle/snipmate/snippets/_.snippets @ 67946af79b72

vim: save when losing focus
author Steve Losh <steve@stevelosh.com>
date Fri, 17 Sep 2010 11:02:02 -0400
parents 133dfddef597
children (none)
# 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")`