]> granicus.if.org Git - vim/commit
patch 8.2.2965: Vim9: crash when calling function that failed to compile v8.2.2965
authorBram Moolenaar <Bram@vim.org>
Tue, 8 Jun 2021 20:01:53 +0000 (22:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 8 Jun 2021 20:01:53 +0000 (22:01 +0200)
commitb55d618f193d9f413612d8d4e62758056e842e46
treec853bc4eef70faf63cd7ba3c12f7a3ab6ee1dc2d
parenta733042b124357225e4081e10ef28591236c6077
patch 8.2.2965: Vim9: crash when calling function that failed to compile

Problem:    Vim9: crash when calling function that failed to compile.
Solution:   Fail when trying to call the function. (closes #8344)
src/errors.h
src/testdir/test_vim9_func.vim
src/version.c
src/vim9compile.c