Re: Patch 8.2.0385

2020-03-16 Fir de Conversatie Bram Moolenaar
John Marriott wrote: > On 16-Mar-2020 02:14, Bram Moolenaar wrote: > > Patch 8.2.0385 > > Problem:Menu functionality insufficiently tested. > > Solution: Add tests. Add menu_info(). (Yegappan Lakshmanan, closes #5760) > > Files: runtime/doc/ev

Re: Patch 8.2.0385

2020-03-16 Fir de Conversatie John Marriott
On 16-Mar-2020 02:14, Bram Moolenaar wrote: Patch 8.2.0385 Problem:Menu functionality insufficiently tested. Solution: Add tests. Add menu_info(). (Yegappan Lakshmanan, closes #5760) Files: runtime/doc/eval.txt, runtime/doc/gui.txt, runtime/doc/usr_41.txt, src

Re: Patch 8.2.0385

2020-03-16 Fir de Conversatie Bram Moolenaar
Tom M wrote: > > > > + Examples: > > > + :echo maparg('Edit.Cut') > > + :echo maparg('File.Save', 'n') > > + < > > + Can also be used as a |method|: > > > + GetMenuName()->maparg('v') >

Re: Patch 8.2.0385

2020-03-15 Fir de Conversatie Tom M
> > + Examples: > > + :echo maparg('Edit.Cut') > + :echo maparg('File.Save', 'n') > + < > + Can also be used as a |method|: > > + GetMenuName()->maparg('v') > The change to use the

Re: Patch 8.2.0385

2020-03-15 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > On Sun, Mar 15, 2020 at 8:14 AM Bram Moolenaar wrote: > > > Patch 8.2.0385 > > Problem:Menu functionality insufficiently tested. > > Solution: Add tests. Add menu_info(). (Yegappan Lakshmanan, closes > > #5760) > > Files: runti

Re: Patch 8.2.0385

2020-03-15 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Sun, Mar 15, 2020 at 8:14 AM Bram Moolenaar wrote: > > Patch 8.2.0385 > Problem:Menu functionality insufficiently tested. > Solution: Add tests. Add menu_info(). (Yegappan Lakshmanan, closes > #5760) > Files: runtime/doc/eval.txt, runtime/doc/gui.

Patch 8.2.0385

2020-03-15 Fir de Conversatie Bram Moolenaar
Patch 8.2.0385 Problem:Menu functionality insufficiently tested. Solution: Add tests. Add menu_info(). (Yegappan Lakshmanan, closes #5760) Files: runtime/doc/eval.txt, runtime/doc/gui.txt, runtime/doc/usr_41.txt, src/evalfunc.c, src/menu.c, src/proto/menu.pro