1
0
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:
natfitz
2017-10-17 14:14:14 -07:00
committed by GitHub
parent bef1fa4080
commit e330124f6e

View File

@@ -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)