Closed raven42 closed 3 weeks ago
Fixes #870
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.
g:tagbar_show_prefix
g:tagbar_show_suffix
This is just test code for now.
Finally got a chance to test this out. The new options now work as expected.
Fixes #870
This adds the
g:tagbar_show_prefix
andg: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.