Fix some C snippets

This commit is contained in:
Eryn Wells 2014-04-04 21:27:13 -07:00
parent 29bbacd686
commit cab3c3a7ca

View file

@ -12,7 +12,7 @@ snippet head
* `g:snips_author`
*/
${2}
${2}
snippet main
int
main(int argc,
@ -45,7 +45,8 @@ snippet once
snippet mc
/*
* ${1:Function} --
*
*/
/**
* ${2:Description}
*/
snippet m