1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-18 12:00:23 +01:00

Fix small bug in RestoreSession

This commit is contained in:
Jan Larres
2012-04-15 23:10:58 +12:00
parent bbe5579c89
commit f14c81770b

View File

@@ -909,6 +909,8 @@ function! s:RestoreSession()
endif
endif
let s:last_autofocus = 0
call s:Init()
call s:InitWindow(g:tagbar_autoclose)