Re: BUG: wrong alternate file when swb=useopen

2013-11-25 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On So, 24 Nov 2013, rame...@gmail.com wrote: > > > Hello VIM developers, > > > > There is a problem when working with switchbuf=useopen and :sb -alternate > > buffer is not updated correctly; > > > > To reproduce: > > > > vim -u NONE > > :set swb=useopen > > :new

Re: BUG: wrong alternate file when swb=useopen

2013-11-25 Fir de Conversatie Christian Brabandt
On So, 24 Nov 2013, rame...@gmail.com wrote: > Hello VIM developers, > > There is a problem when working with switchbuf=useopen and :sb -alternate > buffer is not updated correctly; > > To reproduce: > > vim -u NONE > :set swb=useopen > :new a > :new b > :new c > :ls (just checking - c is %, b

BUG: wrong alternate file when swb=useopen

2013-11-24 Fir de Conversatie ramelo1
Hello VIM developers, There is a problem when working with switchbuf=useopen and :sb -alternate buffer is not updated correctly; To reproduce: vim -u NONE :set swb=useopen :new a :new b :new c :ls (just checking - c is %, b is #) :sb a :ls (a became % as expected, but the alternate buffer is no