diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 4147798..3f8ad86 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -3365,7 +3365,7 @@ function! s:QuitIfOnlyWindow() abort " Before quitting Vim, delete the tagbar buffer so that " the '0 mark is correctly set to the previous buffer. bdelete - quitall + quit else close endif