octol / vim-cpp-enhanced-highlight

Additional Vim syntax highlighting for C++ (including C++11/14/17)
MIT License
1.06k stars 152 forks source link

Error with relation operater #72

Open ZheRuiYang opened 5 years ago

ZheRuiYang commented 5 years ago

https://imgur.com/a/Bsyfk5R line 25 & line31 Seems like symbol > has some issue

OS: Ubutu on windows 10 vim version: 8.0.1453 plugin handler: Vundle

ViktorSlavkovic commented 5 years ago

Same here: https://imgur.com/a/1MrBPch

It happens really often and it's super annoying

ViktorSlavkovic commented 5 years ago

I had cpp_experimental_simple_template_highlight = 1 when it happened, but setting it to 0 and setting cpp_experimental_template_highlight to 1 seems to have solved the issue. We'll see if some other issues pop up.