mirror of
https://github.com/gryf/tagbar.git
synced 2026-05-03 20:30:54 +02:00
e5c864738d
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.