vim/snippets/scheme.snippets @ 2fad375512ed

Add "weechat/weechat.log" to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Sun, 25 Sep 2011 15:27:35 -0400
parents 1dc31fefa4ca
children (none)
snippet def
	(define (${1:name} ${2:args})
		(${3:body}))