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:
Louis Pilfold 2016-08-08 10:13:08 +01:00 committed by GitHub
commit 0f233ad4c6

View File

@ -3,7 +3,7 @@ extends c
##
## Preprocessor
# #include <...>
snippet inc
snippet incc
#include <${1:iostream}>
snippet binc
#include <boost/${1:shared_ptr}.hpp>