Using evil mode, pressing *
runs evil-search-word-forward
.
But for some reason C/C++ mode uses _
as a delimiter, meaning ID_FOO
will only match the first term ID
when searching for the next term.
How to configure these delimiter characters?