1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Make visibility symbols optional

This commit is contained in:
Jan Larres
2012-11-22 18:42:14 +13:00
parent 0ab07ac566
commit 7d836e0c53
4 changed files with 36 additions and 11 deletions

View File

@@ -431,6 +431,18 @@ Example:
let g:tagbar_indent = 1
<
*g:tagbar_show_visibility*
g:tagbar_show_visibility~
Default: 1
Show the visibility symbols (public/protected/private) to the left of the tag
name.
Example:
>
let g:tagbar_show_visibility = 0
<
*g:tagbar_expand*
g:tagbar_expand~
Default: 0