On Fri, 17 Apr 2009 12:57:53 +0200 (CEST) "Preben Randhol" <rand...@pvv.org> wrote:
> > Here it is. Gvim is on the left -- there is huge vertical stripe on > > the right part of it. When I do float-unfloat gvim takes whole area > > and works well after that. I use 50:50 split. > > What happens if you run: gvim -U NONE -u NONE > > This starts gvim without loading any setup you have. > > It is not ghr nor lines that will fix your problem, they are for the > vertical space and not horizontal as seem to be your problem. > > type ":set columns" > in vim before and after you float unfloat the gvim to see if this > changes. > > HTH > > Preben > > 104 first time, 119 after gvim gets real dimensions. -u NONE works so I tested what makes problem in my .vimrc. It was font definition :( set guifont was the problem. I don't get it but Envy Code font makes this problem. I will investigate more. Thanks all.