From a81c01c29406df6aa59be221a17953c18ed57ccc Mon Sep 17 00:00:00 2001 From: Danilo Luvizotto Date: Mon, 17 Aug 2020 02:33:00 -0300 Subject: [PATCH] Fix maximized state track on close (#642) --- autoload/tagbar.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 932a682..29f9cb1 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -1034,6 +1034,7 @@ function! s:CloseWindow() abort " Other windows are open, only close the tagbar one let curfile = tagbar#state#get_current_file(0) + let s:is_maximized = 0 close