Skip to content

Commit

Permalink
Don't close new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmv27 committed Sep 28, 2016
1 parent b1e1063 commit 321fdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/tagbar.vim
Expand Up @@ -4041,7 +4041,7 @@ function! s:QuitIfOnlyWindow() abort
noautocmd bdelete
endif
quit
else
elseif exists('t:tagbar_buf_name')
close
endif
endif
Expand Down

0 comments on commit 321fdd4

Please sign in to comment.