Fix some C snippets
This commit is contained in:
parent
29bbacd686
commit
cab3c3a7ca
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue