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

Don't call AutoUpdate() with ':silent' so that 'echo's will be printed

This commit is contained in:
Jan Larres
2011-03-29 02:18:38 +13:00
parent c581d048ca
commit e36d947b57

View File

@@ -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