mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 19:40:27 +01:00
Don't call AutoUpdate() with ':silent' so that 'echo's will be printed
This commit is contained in:
@@ -837,7 +837,7 @@ function! s:CreateAutocommands()
|
||||
autocmd BufUnload __Tagbar__ call s:CleanUp()
|
||||
autocmd CursorHold __Tagbar__ call s:ShowPrototype()
|
||||
|
||||
autocmd BufEnter,CursorHold * silent call
|
||||
autocmd BufEnter,CursorHold * call
|
||||
\ s:AutoUpdate(fnamemodify(bufname('%'), ':p'))
|
||||
augroup END
|
||||
|
||||
|
||||
Reference in New Issue
Block a user