vim/snippets/scheme.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 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))