Re: patch 7.1.068

2007-08-15 Fir de Conversatie Bram Moolenaar
Adri Verhoef wrote: > On Sun, Aug 12, 2007 at 14:55:48 +, Bram Moolenaar wrote: > > Patch 7.1.068 > > --- runtime/doc/options.txt Sat Aug 11 17:25:38 2007 > > ! 4. one of the other windows are wider than the current or new > > ! window. &g

Re: patch 7.1.068

2007-08-14 Fir de Conversatie Adri Verhoef
On Sun, Aug 12, 2007 at 14:55:48 +, Bram Moolenaar wrote: > Patch 7.1.068 > --- runtime/doc/options.txt Sat Aug 11 17:25:38 2007 > ! 4. one of the other windows are wider than the current or new > !window. Should be: ...one of the other wind

Re: patch 7.1.068

2007-08-14 Fir de Conversatie Milan Vancura
> > On Mon, 13 Aug 2007 06:58:02 -0700, "Suresh Govindachar`" > <[EMAIL PROTECTED]> wrote: > > > Although I think Tony is correct in his interpretation of the > > :help on equalalways, I too have never been happy with the way it > > worked. I prefer this new not-really-equal-equalalways. Perha

Re: patch 7.1.068

2007-08-13 Fir de Conversatie Matthew Winn
On Mon, 13 Aug 2007 06:58:02 -0700, "Suresh Govindachar`" <[EMAIL PROTECTED]> wrote: > Although I think Tony is correct in his interpretation of the > :help on equalalways, I too have never been happy with the way it > worked. I prefer this new not-really-equal-equalalways. Perhaps > this patch

RE: patch 7.1.068

2007-08-13 Fir de Conversatie Suresh Govindachar`
Bram Moolenaar wrote: > The 'equalalways' option has the intention to spread out the > available space, so that when you ":split" you can use the space > from other windows. But when the space from the current window > is sufficient that is not needed. That is what this patch fixes.

Re: patch 7.1.068

2007-08-12 Fir de Conversatie Matthew Winn
On Sun, 12 Aug 2007 17:41:21 +0200, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > The 'equalalways' option has the intention to spread out the available > space, so that when you ":split" you can use the space from other > windows. But when the space from the current window is sufficient that > is

Re: patch 7.1.068

2007-08-12 Fir de Conversatie Martin Toft
On Sun, Aug 12, 2007 at 05:10:13PM +0200, Tony Mechelynck wrote: > Bram Moolenaar wrote: > > Patch 7.1.068 > > Problem: When 'equalalways' is set and splitting a window, it's > > possible that another small window gets bigger. > > Solution: Onl

Re: patch 7.1.068

2007-08-12 Fir de Conversatie Tony Mechelynck
Bram Moolenaar wrote: > Tony Mechelynck wrote: > >> Bram Moolenaar wrote: >>> Patch 7.1.068 >>> Problem:When 'equalalways' is set and splitting a window, it's possible >>> that another small window gets bigger. >>> Soluti

Re: patch 7.1.068

2007-08-12 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: > Bram Moolenaar wrote: > > > > Patch 7.1.068 > > Problem:When 'equalalways' is set and splitting a window, it's possible > > that another small window gets bigger. > > Solution: Only equalize

Re: patch 7.1.068

2007-08-12 Fir de Conversatie Tony Mechelynck
Bram Moolenaar wrote: > > Patch 7.1.068 > Problem:When 'equalalways' is set and splitting a window, it's possible > that another small window gets bigger. > Solution: Only equalize window sizes when after a split the windows are > sma

patch 7.1.068

2007-08-12 Fir de Conversatie Bram Moolenaar
Patch 7.1.068 Problem:When 'equalalways' is set and splitting a window, it's possible that another small window gets bigger. Solution: Only equalize window sizes when after a split the windows are smaller than another window. (Martin Toft) Files: