Christian wrote:
> > > On Mo, 18 Sep 2017, Bram Moolenaar wrote:
> > >
> > > > Seems you run into a bug. I don't see these problems. Try these
> > > > commands:
> > > >
> > > > amenu WinBar.Next :echo 'next'
> > > > amenu WinBar.Prev :echo 'prev'
> > > > amenu WinBar.C
On Di, 19 Sep 2017, Bram Moolenaar wrote:
>
> Christian wrote:
>
> > On Mo, 18 Sep 2017, Bram Moolenaar wrote:
> >
> > > Seems you run into a bug. I don't see these problems. Try these
> > > commands:
> > >
> > > amenu WinBar.Next :echo 'next'
> > > amenu WinBar.Prev :echo 'prev'
> > >
Christian wrote:
> On Mo, 18 Sep 2017, Bram Moolenaar wrote:
>
> > Seems you run into a bug. I don't see these problems. Try these
> > commands:
> >
> > amenu WinBar.Next :echo 'next'
> > amenu WinBar.Prev :echo 'prev'
> > amenu WinBar.Cont :echo 'cont'
> >
>
> So WinBar is the
On Mo, 18 Sep 2017, Bram Moolenaar wrote:
> Seems you run into a bug. I don't see these problems. Try these
> commands:
>
> amenu WinBar.Next :echo 'next'
> amenu WinBar.Prev :echo 'prev'
> amenu WinBar.Cont :echo 'cont'
>
So WinBar is the important part?
> Don't you get
Christian Brabandt wrote:
> On So, 17 Sep 2017, Bram Moolenaar wrote:
>
> > Patch 8.0.1123
> > Problem:Cannot define a toolbar for a window.
> > Solution: Add a window-local toolbar.
> > Files: src/syntax.c, src/proto/syntax.pro, src/structs.h, src/men
On So, 17 Sep 2017, Bram Moolenaar wrote:
> Patch 8.0.1123
> Problem:Cannot define a toolbar for a window.
> Solution: Add a window-local toolbar.
> Files: src/syntax.c, src/proto/syntax.pro, src/structs.h, src/menu.c,
> src/proto/menu.pro, src/testdir/test_
Patch 8.0.1123
Problem:Cannot define a toolbar for a window.
Solution: Add a window-local toolbar.
Files: src/syntax.c, src/proto/syntax.pro, src/structs.h, src/menu.c,
src/proto/menu.pro, src/testdir/test_winbar.vim, src/Makefile,
src/normal.c, src/testdir