vim/snippets/scheme.snippets @ 8aa39868d09f

sub: update gundo
author Steve Losh <steve@stevelosh.com>
date Tue, 10 May 2011 12:27:48 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))