|
|
|
|
|
by falcolas
4367 days ago
|
|
I had this same problem: they function differently in evil mode than Emacs mode; for some reason evil does its own word boundary definitions for etags lookups, and it breaks up words on underscores. I dug into it, and it was some problem with evil's word semantics (that only existed for etags lookups). I ran out of energy to debug it further, and just went back to Vim. Regular etags called with the emacs bindings worked just fine, but switching contexts from evil mode was a pain. |
|