]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1501: crash with nested :try and :throw in catch block v9.0.1501
authorBram Moolenaar <Bram@vim.org>
Sun, 30 Apr 2023 17:50:48 +0000 (18:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 30 Apr 2023 17:50:48 +0000 (18:50 +0100)
commit3ef2e41128bbe372f4e4535429ffa4770f572623
tree2c0905b11cd8a8678970c3329ec707cb22968bdb
parent58a44751cec55be1ace0d4be5367dc19bc56be5d
patch 9.0.1501: crash with nested :try and :throw in catch block

Problem:    Crash with nested :try and :throw in catch block.
Solution:   Jump to :endtry before returning from function. (closes #12245)
src/testdir/test_vim9_script.vim
src/version.c
src/vim9execute.c