diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index 4bb1ac3..d1522fc 100644 --- a/plugin/tagbar.vim +++ b/plugin/tagbar.vim @@ -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