How do you set the default window size in MacVim?
try setting the following line in ~/.gvimrc
set lines=50 columns=90
I tried the full set lines=## columns=##
but it did not work.
What I found is that using two set
commands, one for each option, did work:
set lines=##
set columns=##