1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 19:40:27 +01:00

Merge pull request #450 from natfitz/patch-1

Fix typo in comment
This commit is contained in:
Jan Larres
2017-10-18 10:31:50 +13:00
committed by GitHub

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)