]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2528: Vim9: crash when compiling lambda fails v8.2.2528
authorBram Moolenaar <Bram@vim.org>
Wed, 17 Feb 2021 17:49:11 +0000 (18:49 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 17 Feb 2021 17:49:11 +0000 (18:49 +0100)
commitc7dac8534ee7f7a49e9d7a37330397c64455cdd7
tree338f1b5d30833d15a009313588b0289a16e80c2b
parent064095012c0b8e4e43e75834b337115950898fbf
patch 8.2.2528: Vim9: crash when compiling lambda fails

Problem:    Vim9: crash when compiling lambda fails.
Solution:   Bail out after compilation fails. (closes #7862)
src/eval.c
src/testdir/test_vim9_assign.vim
src/version.c