From 03592c0112837455174390ae073c3374f559b538 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Tue, 13 Sep 2016 22:44:31 +1200 Subject: [PATCH] Update the statusline at the end of AutoUpdate(), closes #330 --- autoload/tagbar.vim | 1 + 1 file changed, 1 insertion(+) 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