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