Yanfei Guo
Yanfei Guo
the AST generated by libclang is a bit problematic on enum values.
Yes. This is related to what I have been thinking about. Although I would prefer depending on something lighter than YCM. :-)
That should be doable. Will work on that.
Thanks for submitting this. Can you also attach the chromatica settings in your vimrc? That would be helpful to reproduce the problem.
@theowen Thanks for reporting. I will take a look at it.
I think the cause might be you have different `ft` and `syn`. The one on the left seems treating the source code as C not C++.
For anyone run into this problem, are you using a `compile_commands.json` or a `.clang` file for your compile args?
Thanks. Can you pull the latest version and see if the problem is still there?
Sure. That is a good idea. I have pushed it to master. I would imagine no big hit on performance. Please try it.