mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 19:40:27 +01:00
Fold vim maps by default
This commit is contained in:
@@ -696,7 +696,7 @@ function! s:InitTypes()
|
||||
\ {'short' : 'f', 'long' : 'functions', 'fold' : 0},
|
||||
\ {'short' : 'a', 'long' : 'autocommand groups', 'fold' : 1},
|
||||
\ {'short' : 'c', 'long' : 'commands', 'fold' : 0},
|
||||
\ {'short' : 'm', 'long' : 'maps', 'fold' : 0}
|
||||
\ {'short' : 'm', 'long' : 'maps', 'fold' : 1}
|
||||
\ ]
|
||||
let s:known_types.vim = type_vim
|
||||
" YACC {{{3
|
||||
|
||||
Reference in New Issue
Block a user