Fold vim maps by default

This commit is contained in:
Jan Larres 2011-03-28 02:48:21 +13:00
parent 3fdfe14ddb
commit 0cb1f55f6a

View File

@ -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