mirror of
https://github.com/gryf/tagbar.git
synced 2026-04-25 16:01:28 +02:00
Allow customizing the statusline
This commit is contained in:
@@ -103,6 +103,10 @@ if !exists('g:tagbar_systemenc')
|
||||
let g:tagbar_systemenc = &encoding
|
||||
endif
|
||||
|
||||
if !exists('g:tagbar_statusfuncs')
|
||||
let g:tagbar_statusfuncs = {}
|
||||
endif
|
||||
|
||||
augroup TagbarSession
|
||||
autocmd!
|
||||
autocmd SessionLoadPost * nested call tagbar#RestoreSession()
|
||||
|
||||
Reference in New Issue
Block a user