mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 11:30:28 +01:00
@@ -3,7 +3,7 @@ let s:visibility_symbols = {
|
||||
\ 'protected' : '#',
|
||||
\ 'private' : '-'
|
||||
\ }
|
||||
if !empty(g:tagbar_visibility_symbols)
|
||||
if exists('g:tagbar_visibility_symbols') && !empty(g:tagbar_visibility_symbols)
|
||||
let s:visibility_symbols = g:tagbar_visibility_symbols
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user