diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 4b050fe..e656800 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -3523,6 +3523,7 @@ function! s:AutoUpdate(fname, force) abort endif call s:HighlightTag(0) + call s:SetStatusLine('noncurrent') call s:debug('AutoUpdate finished successfully') endfunction