- Improved c snip.
This commit is contained in:
parent
8a9e800ddd
commit
cd025ee324
@ -94,7 +94,7 @@ snippet ifndef
|
|||||||
alias #ifndef
|
alias #ifndef
|
||||||
abbr #ifndef ... #define ... #endif
|
abbr #ifndef ... #define ... #endif
|
||||||
#ifndef $1
|
#ifndef $1
|
||||||
#define ${1:SYMBOL} ${2:value}
|
#define ${1:SYMBOL}
|
||||||
#endif${0}
|
#endif${0}
|
||||||
|
|
||||||
snippet def
|
snippet def
|
||||||
|
@ -295,6 +295,9 @@ snippet *neocomplcache-snippets-complete-unite-action-snippet*
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
CHANGELOG *neocomplcache-snippets-complete-changelog*
|
CHANGELOG *neocomplcache-snippets-complete-changelog*
|
||||||
|
|
||||||
|
2012-05-12
|
||||||
|
- Improved c snip.
|
||||||
|
|
||||||
2012-05-03
|
2012-05-03
|
||||||
- Released ver.2.0.
|
- Released ver.2.0.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user