Re: Patch 9.0.1320

2023-02-18 Fir de Conversatie Bram Moolenaar
John Marriott wrote: > On 19-Feb-2023 01:43, Bram Moolenaar wrote: > > Patch 9.0.1320 > > Problem:Checking the type of a null object causes a crash. > > Solution: Don't try to get the class of a null object. (closes #12005) > > Handle error fro

Re: Patch 9.0.1320

2023-02-18 Fir de Conversatie John Marriott
On 19-Feb-2023 01:43, Bram Moolenaar wrote: Patch 9.0.1320 Problem:Checking the type of a null object causes a crash. Solution: Don't try to get the class of a null object. (closes #12005) Handle error from calling a user function better. Files: src/vim9type.c, src/

Patch 9.0.1320

2023-02-18 Fir de Conversatie Bram Moolenaar
Patch 9.0.1320 Problem:Checking the type of a null object causes a crash. Solution: Don't try to get the class of a null object. (closes #12005) Handle error from calling a user function better. Files: src/vim9type.c, src/vim.h, src/userfunc.c, src/proto/userfun