- Improved c snip.

This commit is contained in:
Shougo Matsushita 2012-05-12 08:41:49 +09:00
parent 8a9e800ddd
commit cd025ee324
2 changed files with 4 additions and 1 deletions

View File

@ -94,7 +94,7 @@ snippet ifndef
alias #ifndef
abbr #ifndef ... #define ... #endif
#ifndef $1
#define ${1:SYMBOL} ${2:value}
#define ${1:SYMBOL}
#endif${0}
snippet def

View File

@ -295,6 +295,9 @@ snippet *neocomplcache-snippets-complete-unite-action-snippet*
==============================================================================
CHANGELOG *neocomplcache-snippets-complete-changelog*
2012-05-12
- Improved c snip.
2012-05-03
- Released ver.2.0.