I know approximately what the tag I’m looking for is. I know maybe a substring. Is there a fuzzyfinder-like plugin that lets me search through tags? For whatever reason, fuzzyfinder’s tag mode hangs on me whenever I type :FufTag<CR>.
I know approximately what the tag I’m looking for is. I know maybe a
Share
No need for a plugin. You can tell Vim to use a regular expression to find the relevant tag.
See also :help tag-regexp.