[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RP] Re: another fix
From: |
Björn Lindström |
Subject: |
[RP] Re: another fix |
Date: |
Sun Jul 13 20:52:02 2003 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) |
John Meacham <address@hidden> writes:
> This patch fixes the gvim resize bug (and perhaps some other apps
> where redisplay doesn't work properly). Although I am not exactly sure
> why gvim gets messed up in the first place. i believe it is a bug in
> gvim, but am uncertain.
Do you mean this?
From: Christian J. Robinson (address@hidden)
Subject: Re: [VIM] GVim resizing problem
Newsgroups: comp.editors
Date: 2003-02-17 15:32:18 PST
On 2003.02.17 18:22:24, address@hidden <address@hidden> wrote:
> I am running GVim under the ratpoison window manager in X.
[...]
> However, GVim persists in starting up with lines=34. I have tried
> putting 'set lines=36' in my .gvimrc, but it doesn't help.
I don't know if this will solve your problem, but it sounds like you
need to lower the value of the 'guiheadroom' setting.
See ":help 'guiheadroom'".
- Christian