vim/snippets/scheme.snippets @ 44b04b87c558

Path issues.
author Steve Losh <steve@stevelosh.com>
date Tue, 21 Jun 2011 17:41:51 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))