Re: Patch 8.0.1123

2017-09-19 Fir de Conversatie Bram Moolenaar
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

Re: Patch 8.0.1123

2017-09-19 Fir de Conversatie Christian Brabandt
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' > > >

Re: Patch 8.0.1123

2017-09-19 Fir de Conversatie Bram Moolenaar
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

Re: Patch 8.0.1123

2017-09-18 Fir de Conversatie Christian Brabandt
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

Re: Patch 8.0.1123

2017-09-18 Fir de Conversatie Bram Moolenaar
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

Re: Patch 8.0.1123

2017-09-18 Fir de Conversatie Christian Brabandt
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

2017-09-17 Fir de Conversatie Bram Moolenaar
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