1
0
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:
Jan Larres
2012-03-26 19:42:12 +13:00
parent 746771801c
commit 495e5fcb08
2 changed files with 77 additions and 8 deletions
+4
View File
@@ -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()