vim/snippets/scheme.snippets @ 2215cbbb954c

Ignore gundo so I can symlink it.
author Steve Losh <steve@stevelosh.com>
date Tue, 19 Oct 2010 17:07:56 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))