Browse Source

reduced one line to try to fix a problem with the window getting nowhere near the specified size

master
Julio Biason 11 years ago
parent
commit
b303b24408
  1. 2
      configs/gvimrc

2
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

Loading…
Cancel
Save