1
0
mirror of https://github.com/gryf/tagbar.git synced 2026-04-23 06:31:28 +02:00

Update on save for smaller files, closes #40

This commit is contained in:
Jan Larres
2011-11-17 22:17:59 +13:00
parent 7cc9789d63
commit c07e878249
3 changed files with 24 additions and 0 deletions
+4
View File
@@ -70,6 +70,10 @@ if !exists('g:tagbar_autoshowtag')
let g:tagbar_autoshowtag = 0
endif
if !exists('g:tagbar_updateonsave_maxlines')
let g:tagbar_updateonsave_maxlines = 5000
endif
if !exists('g:tagbar_systemenc')
let g:tagbar_systemenc = &encoding
endif