Allow customizing the statusline

This commit is contained in:
Jan Larres
2013-08-21 17:50:03 +12: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()