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
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
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