willys5000 / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

Patch for /runtime/syntax/c.vim #244

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add #include_next directive support.

Original issue reported on code.google.com by guigo.lo...@gmail.com on 2 Aug 2014 at 2:48

Attachments:

GoogleCodeExporter commented 9 years ago
include_next is a GCC extension, it's not part of a C standard.
It should only be accepted when the user has indicated GCC extensions are 
supported.

The general advise is to avoid include_next, only use it when you really need 
to.
Therefore I don't like highlighting it by default.

Original comment by brammool...@gmail.com on 3 Aug 2014 at 2:44

GoogleCodeExporter commented 9 years ago

Original comment by chrisbr...@googlemail.com on 2 Oct 2014 at 7:40