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` * `g:snips_author`
*/ */
${2} ${2}
snippet main snippet main
int int
main(int argc, main(int argc,
@ -45,7 +45,8 @@ snippet once
snippet mc snippet mc
/* /*
* ${1:Function} -- * ${1:Function} --
* */
/**
* ${2:Description} * ${2:Description}
*/ */
snippet m snippet m