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