vim/snippets/snippet.snippets @ 2e71d84847c9

A bunch of stuff that has been accumulating.
author Steve Losh <steve@stevelosh.com>
date Thu, 12 Jan 2012 17:29:36 -0500
parents cdc196e91cd2
children (none)
# snippets for making snippets :)
snippet snip
	snippet ${1:trigger}
		${2}
snippet msnip
	snippet ${1:trigger} ${2:description}
		${3}