vim/snippets/scheme.snippets @ 90083699bcd2

vim: kill histwin, add delimitmate, fix visual next, and more
author Steve Losh <steve@stevelosh.com>
date Mon, 15 Nov 2010 17:15:57 -0500
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))