xolox / vim-easytags

Automated tag file generation and syntax highlighting of tags in Vim
http://peterodding.com/code/vim/easytags/
1.01k stars 109 forks source link

Re-generate tags of the current editing file #176

Open zuxfoucault opened 3 years ago

zuxfoucault commented 3 years ago

I like the functions and designs in easytags such as global tag files and easytags_by_filetype, which I haven't seen in other plug-ins. I was wondering, based on the current source code, how to add functions to regenerate tags of the current editing file (like gutentags)? Some hints would be much appreciated!