preservim / tagbar

Vim plugin that displays tags in a window, ordered by scope
https://preservim.github.io/tagbar
Other
6.11k stars 486 forks source link

When there is a C++ destructor, opening the data type option will cause an error #729

Closed dan0907 closed 3 years ago

dan0907 commented 3 years ago

e.g. 擷取 let g:tagbar_show_data_type = 1 produces the error as shown below 擷取2

Works fine if the option is off.