]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3470: crash with error in :catch and also in :finally v8.2.3470
authorBram Moolenaar <Bram@vim.org>
Mon, 4 Oct 2021 17:52:19 +0000 (18:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 4 Oct 2021 17:52:19 +0000 (18:52 +0100)
commita684a684096ecef3fbaee39c573b47423235d6b1
tree387ee22bdbd6a9d0483b695cb09686c7af9b1fa2
parent50c56893423eb6ad2154a4151e67f7097f52efb6
patch 8.2.3470: crash with error in :catch and also in :finally

Problem:    Crash with error in :catch and also in :finally.
Solution:   Only discard an exception if there is one. (closes #8954)
src/ex_eval.c
src/testdir/test_trycatch.vim
src/version.c