From 8d72cedc4178702c494ff6d9e229369a76c32729 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Thu, 20 Jan 2011 21:20:29 +1300 Subject: [PATCH] Allow zooming the window --- plugin/tagbar.vim | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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