mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 19:40:27 +01:00
* Add support for scope Closes #508, #516 Add --fields=e (end) to the ctags field types to look for the end of the scope. Update the `s:GetNearbyTag()` routine to use this scope to look for the correct tag. * Update comment to call out exuberant ctags not supporting the -e option * Update autoload/tagbar.vim Co-authored-by: Caleb Maclennan <caleb@alerque.com> * Optimize nearesttag search, add option for scoped-stl search method Co-authored-by: Caleb Maclennan <caleb@alerque.com>