vim - Search for a tag -


i know approximately tag i'm looking is. know maybe substring. there fuzzyfinder-like plugin lets me search through tags? whatever reason, fuzzyfinder's tag mode hangs on me whenever type :fuftag<cr>.

no need plugin. can tell vim use regular expression find relevant tag.

:tselect /pattern 

see :help tag-regexp.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -