Fixed a bug in the c snippets that came from the new multiword triggers

This commit is contained in:
Holger Rapp 2010-08-18 13:02:03 +02:00
parent 9011515686
commit 782836636d

View File

@ -8,7 +8,7 @@ snippet def "#ifndef … #define … #endif"
#endif
endsnippet
snippet inc "#include "" (inc)"
snippet inc "#include local header (inc)"
#include "${1:`!p snip.rv = snip.basename + '.h'`}"
endsnippet