vim/snippets/snippet.snippets @ 8cf5181b272e

mercurial: histedit changed its install path. again.
author Steve Losh <steve@stevelosh.com>
date Thu, 23 Dec 2010 11:07:16 -0500
parents cdc196e91cd2
children (none)
# snippets for making snippets :)
snippet snip
	snippet ${1:trigger}
		${2}
snippet msnip
	snippet ${1:trigger} ${2:description}
		${3}