diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 510c181..574d547 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -909,6 +909,8 @@ function! s:RestoreSession() endif endif + let s:last_autofocus = 0 + call s:Init() call s:InitWindow(g:tagbar_autoclose)