Dear all,
I posted the following problem to [email protected] a couple of months ago
without getting any feedback from other vim users, unfortunately.
When I use Gvim 7.4 on my laptop with Linux Ubuntu 12.04 (gnome),
the window is opened with a random number of lines.
My .gvimrc file is:
set lines=30
set window=29
set columns=109
set textwidth=108
set ghr=50
colorscheme darkblue
The window is sometimes opened with 30 lines (which is what I want)
and other times with 26 lines only.
When opened with 26 lines only, if I give the command:
:verbose set lines?
the answer is:
lines=26
set last time by ~/.gvimrc [I'm translating from Italian]
which is clearly false.
I tried to change the value of ghr, but nothing good happened.
It seems to me that this is a bug of gvim, or at least a bad interaction
with the window manager on Linux Ubuntu 12.04 (gnome).
I experienced this problem neither with previous versions of Linux Ubuntu,
nor with Linux Debian (using gnome in both cases).
Can you please help me with this?
Best regards,
Marco Bernardo