Re: Patch 7.4.592

2015-02-11 Fir de Conversatie Ingo Karkat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11-Feb-2015 22:19, Bram Moolenaar wrote: > > Lilydjwg wrote: > >> On Tue, Jan 27, 2015 at 11:26:39AM +0100, Bram Moolenaar wrote: >>> >>> Patch 7.4.592 Problem:When doing ":e foobar" when already &g

Re: Patch 7.4.592

2015-02-11 Fir de Conversatie Bram Moolenaar
Lilydjwg wrote: > On Tue, Jan 27, 2015 at 11:26:39AM +0100, Bram Moolenaar wrote: > > > > Patch 7.4.592 > > Problem:When doing ":e foobar" when already editing "foobar" and > > 'buftype' > > is "nofile" the b

Re: Patch 7.4.592

2015-02-10 Fir de Conversatie lilydjwg
On Tue, Jan 27, 2015 at 11:26:39AM +0100, Bram Moolenaar wrote: > > Patch 7.4.592 > Problem:When doing ":e foobar" when already editing "foobar" and 'buftype' > is "nofile" the buffer is cleared. (Xavier de Gaye) > Solu

Re: Patch 7.4.592

2015-01-27 Fir de Conversatie Bram Moolenaar
Ike Devolder wrote: > On Tue, Jan 27, 2015 at 11:26:39AM +0100, Bram Moolenaar wrote: > > > > Patch 7.4.592 > > Problem:When doing ":e foobar" when already editing "foobar" and > > 'buftype' > > is "nofile"

Re: Patch 7.4.592

2015-01-27 Fir de Conversatie Ike Devolder
On Tue, Jan 27, 2015 at 11:26:39AM +0100, Bram Moolenaar wrote: > > Patch 7.4.592 > Problem:When doing ":e foobar" when already editing "foobar" and 'buftype' > is "nofile" the buffer is cleared. (Xavier de Gaye) > Solu

Re: Patch 7.4.592

2015-01-27 Fir de Conversatie Xavier de Gaye
On 01/27/2015 11:26 AM, Bram Moolenaar wrote: > > Patch 7.4.592 > Problem:When doing ":e foobar" when already editing "foobar" and 'buftype' >is "nofile" the buffer is cleared. (Xavier de Gaye) > Solution: Do no clear the

Patch 7.4.592

2015-01-27 Fir de Conversatie Bram Moolenaar
Patch 7.4.592 Problem:When doing ":e foobar" when already editing "foobar" and 'buftype' is "nofile" the buffer is cleared. (Xavier de Gaye) Solution: Do no clear the buffer. Files: src/ex_cmds.c *** ../vim-7.4.591/src/ex_cmds.c