From b303b244080bda393de5d951e7c94e6b0b281528 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Fri, 31 May 2013 16:31:25 -0300 Subject: [PATCH] reduced one line to try to fix a problem with the window getting nowhere near the specified size --- configs/gvimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/gvimrc b/configs/gvimrc index a33fdb6..f0415ed 100644 --- a/configs/gvimrc +++ b/configs/gvimrc @@ -9,7 +9,7 @@ if has('mac') set lines=63 " number of lines, based on my screen size and font else set gfn=monofur\ 12 - set lines=49 + set lines=48 endif color Mustang