mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 11:30:28 +01:00
Update tagbar.vim
fix typo
This commit is contained in:
@@ -670,7 +670,7 @@ function! s:OpenWindow(flags) abort
|
||||
return 0
|
||||
endif
|
||||
|
||||
" Expand the Vim window to accomodate for the Tagbar window if requested
|
||||
" Expand the Vim window to accommodate for the Tagbar window if requested
|
||||
" and save the window positions to be able to restore them later.
|
||||
if g:tagbar_expand >= 1 && !s:window_expanded &&
|
||||
\ (has('gui_running') || g:tagbar_expand == 2)
|
||||
|
||||
Reference in New Issue
Block a user