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:
@@ -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', {}],
|
||||
|
||||
Reference in New Issue
Block a user