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

Make the indent configurable, closes #110

This commit is contained in:
Jan Larres
2012-10-01 22:59:53 +13:00
parent e635a23cf5
commit 568ef5fd25
3 changed files with 22 additions and 5 deletions

View File

@@ -66,6 +66,10 @@ if !exists('g:tagbar_compact')
let g:tagbar_compact = 0
endif
if !exists('g:tagbar_indent')
let g:tagbar_indent = 2
endif
if !exists('g:tagbar_expand')
let g:tagbar_expand = 0
endif