diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index e392b99..421855c 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -92,7 +92,7 @@ function! s:Init(silent) abort if !s:autocommands_done call s:CreateAutocommands() - doautocmd CursorHold + call s:AutoUpdate(fnamemodify(expand('%'), ':p'), 0) endif return 1