1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-18 03:50:26 +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

@@ -70,6 +70,10 @@ if !exists('g:tagbar_indent')
let g:tagbar_indent = 2
endif
if !exists('g:tagbar_show_visibility')
let g:tagbar_show_visibility = 1
endif
if !exists('g:tagbar_expand')
let g:tagbar_expand = 0
endif