From e36d947b5786aa837a63efb07c9e5b5191c529f3 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Tue, 29 Mar 2011 02:18:38 +1300 Subject: [PATCH] Don't call AutoUpdate() with ':silent' so that 'echo's will be printed --- plugin/tagbar.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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