From 7e4928c0563dec580615c7392c764814c5d07f9a Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Sun, 3 Sep 2017 19:07:10 +1200 Subject: [PATCH] Log message when closing Tagbar due to QuitPre --- autoload/tagbar.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 7cded0b..9213210 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -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