1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Help visibility (#686)

Closes #410

Add `g:tagbar_help_visibility` option to always show the help dialog
This commit is contained in:
raven42
2020-10-27 14:14:39 -05:00
committed by GitHub
parent 469c4b3188
commit aa8c592201
3 changed files with 12 additions and 3 deletions

View File

@@ -97,6 +97,7 @@ function! s:setup_options() abort
\ ['height', 10],
\ ['indent', 2],
\ ['left', 0],
\ ['help_visibility', 0],
\ ['position', default_pos],
\ ['previewwin_pos', previewwin_pos],
\ ['scopestrs', {}],