mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-18 03:50:26 +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:
@@ -1033,7 +1033,10 @@ function! s:CreateAutocommands() abort
|
||||
|
||||
augroup TagbarAutoCmds
|
||||
autocmd!
|
||||
autocmd CursorHold __Tagbar__.* call s:ShowPrototype(1)
|
||||
|
||||
if !g:tagbar_silent
|
||||
autocmd CursorHold __Tagbar__.* call s:ShowPrototype(1)
|
||||
endif
|
||||
autocmd WinEnter __Tagbar__.* call s:SetStatusLine()
|
||||
autocmd WinLeave __Tagbar__.* call s:SetStatusLine()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user