1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Log message when closing Tagbar due to QuitPre

This commit is contained in:
Jan Larres
2017-09-03 19:07:10 +12:00
parent b4643521ff
commit 7e4928c056

View File

@@ -2966,6 +2966,7 @@ function! s:HandleOnlyWindow() abort
let s:vim_quitting = 0
if vim_quitting && !s:HasOpenFileWindows()
call tagbar#debug#log('Closing Tagbar window due to QuitPre event')
if winnr('$') >= 1
call s:goto_win(tagbarwinnr, 1)
endif