On Mon, Jun 22, 2009 at 10:35 AM, Dale Huffman wrote:
> Matt Wozniski wrote:
>>
>> On Fri, Jun 19, 2009 at 12:06 PM, Dale Huffman wrote:
>>
>> How about this - do you see similar problems in other terminal
>> emulators?  Say, xterm?  tty1?  Does the same thing happen if you
>> launch
>>
>>     vim -u NONE -N
>
> That command has vim working as expected.
>
>> Likewise, does it still happen if you launch as
>>
>>     vim -u NORC -N
>
> So does that.

So it must be something in your vimrc, then - that method of launching
leaves all plugins enabled, but disables your vimrc.

>> What does this print out in a shell?
>>
>>     echo $LINES $COLUMNS
>
> 52  118
>
>> 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?

~Matt

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to