Matt Wozniski wrote:
<snip>
>>> Does the output of the above correctly match up with the output of the
>>> below?
>>>
>>> vim -c 'set lines?' -c 'set columns?'
>>>
>> Nope...
>>
>> lines=999
>> columns=164
>> Press ENTER or type command to continue
>>
>
> Huh. Are you setting 'lines' and 'columns' in your .vimrc to control
> the size of gvim's window when it starts? If so, that definitely
> belongs in either .gvimrc or in a has('gui_running') conditional. If
> not, can you mail your vimrc to the list so that we can diagnose
> further?
>
>
That was it - I did have the lines and columns in the .vimrc instead of
.gvimrc.
Thanks, you guys are awesome... I had no idea of what those numbers
even meant, that they were the ruler.
And sorry about the HTML, I think I have it turned off now. (If not
reply and let me know that I don't)
> ~Matt
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---