From e330124f6e64bc8f314923ae9f06623ba9fcb987 Mon Sep 17 00:00:00 2001 From: natfitz Date: Tue, 17 Oct 2017 14:14:14 -0700 Subject: [PATCH] Update tagbar.vim fix typo --- autoload/tagbar.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 24b8ec9..ea8febf 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -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)