Files
tagbar/plugin
David Hegland 1c5a358f0b This adds support for controlling display of suffix/prefix (#893)
* This adds support for controlling display of suffix/prefix

This adds the `g:tagbar_show_prefix` and `g:tagbar_show_suffix` options. These will help control if the prefix info and/or suffix info is printed in the tagbar window for the tag.

This is just test code for now.

* Correct the `show_prefix` behavior so it has proper whitespacing
2024-11-05 08:10:19 -06:00
..