Merge pull request #771 from dnivra/master
Rename CPP inc snippet to prevent name collision with C inc snippet. Fixes #695.
This commit is contained in:
commit
0f233ad4c6
@ -3,7 +3,7 @@ extends c
|
|||||||
##
|
##
|
||||||
## Preprocessor
|
## Preprocessor
|
||||||
# #include <...>
|
# #include <...>
|
||||||
snippet inc
|
snippet incc
|
||||||
#include <${1:iostream}>
|
#include <${1:iostream}>
|
||||||
snippet binc
|
snippet binc
|
||||||
#include <boost/${1:shared_ptr}.hpp>
|
#include <boost/${1:shared_ptr}.hpp>
|
||||||
|
Loading…
Reference in New Issue
Block a user