Hi,
I'm reporting a highlight error in C files. A minimal example is:
function(&(struct X){ .field = value });
The error is that the { of the compound literal is marked red, as if it's an
error. If the value is in quotations, such as this:
function(&(struct X){ .field = "value" });
Then both { and } of the compound literal is marked red.
---
$ vim --version
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jan 2 2014 19:40:46)
Included patches: 1-52
Modified by [email protected]
Compiled by buildd@
Huge version with GTK2-GNOME GUI. Features included (+) or not (-):
<removed for brevity>
Probably relevant configuration (complete .vimrc at
https://gist.github.com/ShabbyX/3691170):
filetype plugin indent on
syntax on
---
I apologize if this error is already fixed and staged for next release.
Shahbaz
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.