mirror of
https://github.com/preservim/tagbar.git
synced 2024-11-24 01:01:53 +08:00
Fold vim maps by default
This commit is contained in:
parent
3fdfe14ddb
commit
0cb1f55f6a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user