From 0cb1f55f6adf8652e31782b790384d8527c64064 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Mon, 28 Mar 2011 02:48:21 +1300 Subject: [PATCH] Fold vim maps by default --- plugin/tagbar.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index 1f85f42..86bc43f 100644 --- a/plugin/tagbar.vim +++ b/plugin/tagbar.vim @@ -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