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

Switchable user defined function highlighting #51

Closed fedorenchik closed 7 years ago

fedorenchik commented 7 years ago

Add check for g:cpp_no_function_highlight to enable/disable user defined function highlighting.

octol commented 7 years ago

Thanks!