There is an issue with the highlighting when using underscores in variable/function names:
The weird thing is that it works fine in the color.cpp file used to test the highlighting, but in any other .cpp file it does not work.
This issue happens with g:cpp_experimental_simple_template_highlight and with g:cpp_experimental_template_highlight and even without setting either.
I had set keyword-=_ which makes it a separate word and highlights it. After disabling it though, it didn't go back to normal because I had a saved view which was loading when I open certain files.
Hello,
There is an issue with the highlighting when using underscores in variable/function names: The weird thing is that it works fine in the color.cpp file used to test the highlighting, but in any other .cpp file it does not work.
This issue happens with
g:cpp_experimental_simple_template_highlight
and withg:cpp_experimental_template_highlight
and even without setting either.