vim/snippets/scheme.snippets @ 9ab67e2c6262

Update subrepository state.
author Steve Losh <steve@stevelosh.com>
date Sat, 13 Oct 2012 14:26:32 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))