vim/snippets/snippet.snippets @ 986fd59e3fae

All the changes from the last few days.
author Steve Losh <steve@stevelosh.com>
date Fri, 09 Sep 2011 12:33:24 -0400
parents cdc196e91cd2
children (none)
# snippets for making snippets :)
snippet snip
	snippet ${1:trigger}
		${2}
snippet msnip
	snippet ${1:trigger} ${2:description}
		${3}