vim/bundle/snipmate/snippets/_.snippets @ 621aea6dbde4

zsh: improve mdown
author Steve Losh <steve@dwaiter.com>
date Fri, 30 Jul 2010 16:56:15 -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")`