Re: Patch 9.0.0419

2022-09-08 Fir de Conversatie Bram Moolenaar
> On 09-Sept-2022 04:53, Bram Moolenaar wrote: > > Patch 9.0.0419 > > Problem:The :defer command does not check the function argument count > > and > > types. > > Solution: Check the function arguments when adding a deferred function. &g

Re: Patch 9.0.0419

2022-09-08 Fir de Conversatie John Marriott
On 09-Sept-2022 04:53, Bram Moolenaar wrote: Patch 9.0.0419 Problem:The :defer command does not check the function argument count and types. Solution: Check the function arguments when adding a deferred function. Files: src/userfunc.c, src/vim9instr.c, src/proto

Patch 9.0.0419

2022-09-08 Fir de Conversatie Bram Moolenaar
Patch 9.0.0419 Problem:The :defer command does not check the function argument count and types. Solution: Check the function arguments when adding a deferred function. Files: src/userfunc.c, src/vim9instr.c, src/proto/vim9instr.pro, src/vim9cmds.c, src/testdir