When I press * on a variable name such as hello,
vim will highlight names like this->hello or this.hello, but not _hello.
It is a very strange behavior because I can highlight all hello's by /hello.
But for some reason, * behaves differently from /.
Is there any way to make * to highlight all hello's?