1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-18 20:10:27 +01:00

Make SetFoldlevel respect default-closed folds without '!', closes #61

This commit is contained in:
Jan Larres
2012-03-14 22:41:39 +13:00
parent 774c964f28
commit 86b49e6949
3 changed files with 16 additions and 12 deletions

View File

@@ -252,10 +252,12 @@ COMMANDS *tagbar-commands*
Open the Tagbar window, jump to it and close it on tag selection. This is
an alias for ":TagbarOpen fc".
:TagbarSetFoldlevel {number}
:TagbarSetFoldlevel[!] {number}
Set the foldlevel of the tags of the current file to {number}. The
foldlevel of tags in other files remains unaffected. Works in the same way
as 'foldlevel'.
as 'foldlevel'. Folds that are specified to be closed by default in the
type configuration will not be opened, use a "!" to force applying the new
foldlevel to those folds as well.
:TagbarShowTag
Open the parent folds of the current tag in the file window as much as