mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 11:30:28 +01:00
Silent option
If the silent option is set, tagbar doesn't echo out information about the tag the cursor is on in the tagbar window.
This commit is contained in:
@@ -721,6 +721,18 @@ default statusline:
|
||||
let g:tagbar_status_func = 'TagbarStatusFunc'
|
||||
<
|
||||
|
||||
*g:tagbar_silent*
|
||||
g:tagbar_silent~
|
||||
Default: 0
|
||||
|
||||
By default if the cursor is over a tag in the tagbar window, information
|
||||
about the tag is echoed out. Set this option to disable that behavior.
|
||||
|
||||
Example:
|
||||
>
|
||||
let g:tagbar_silent = 1
|
||||
<
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
HIGHLIGHT COLOURS *tagbar-highlight*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user