Update the statusline at the end of AutoUpdate(), closes #330

This commit is contained in:
Jan Larres 2016-09-13 22:44:31 +12:00
parent 2438a92cb9
commit 03592c0112

View File

@ -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