1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-18 12:00:23 +01:00

Statusline tweaks

This commit is contained in:
Jan Larres
2013-08-21 18:28:40 +12:00
parent 495e5fcb08
commit 57acb383b6
2 changed files with 16 additions and 38 deletions

View File

@@ -103,10 +103,6 @@ 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()