diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index fc3aaf0..0c4bbdb 100644 --- a/plugin/tagbar.vim +++ b/plugin/tagbar.vim @@ -185,6 +185,7 @@ function! s:OpenWindow() " Variable for saving the current file for functions that are called from " the tagbar window let s:current_file = '' + let s:is_maximized = 0 syntax match Comment '^" .*' " Comments syntax match Identifier '^[^: ]\+$' " Non-scoped kinds @@ -206,6 +207,7 @@ function! s:OpenWindow() nnoremap