]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2330: Vim9: crash when using :trow in a not executed block v8.2.2330
authorBram Moolenaar <Bram@vim.org>
Mon, 11 Jan 2021 19:17:34 +0000 (20:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 11 Jan 2021 19:17:34 +0000 (20:17 +0100)
commit9e1d9e3473f852735ffd605a0fa4d224b81a4f0c
tree93bbf3cdf7f47a3ba7755d0fb5c11ad017f5e41d
parentdf4c9af7e73aa5d0fb5bf4c0e19a39b4e1d73517
patch 8.2.2330: Vim9: crash when using :trow in a not executed block

Problem:    Vim9: crash when using :trow in a not executed block.
Solution:   Don't generate the instruction when skipping. (closes #7659)
src/testdir/test_vim9_script.vim
src/version.c
src/vim9compile.c