vim/snippets/scheme.snippets @ f26c5af58bd9

vim: add vcscommand
author Steve Losh <steve@stevelosh.com>
date Tue, 31 Aug 2010 10:31:09 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))