vim/snippets/scheme.snippets @ 8183cec0eac6

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