tagbar/autoload
bravestarr e5c864738d
Fix issue with jumping to a tag with special characters (#649)
In C++, the name of the destructor of a class starts with a
tidle(~) which is special when the option 'magic' is set. This
will cause an error when jumping to a destructor. Call search()
in "very nomagic" environment can solve this problem no matter the
option 'magic' is set or not.
2020-08-29 17:59:53 +03:00
..
tagbar Fix syntax issues that are lint warnings 2019-10-22 17:53:08 +03:00
tagbar.vim Fix issue with jumping to a tag with special characters (#649) 2020-08-29 17:59:53 +03:00