commit | a684a684096ecef3fbaee39c573b47423235d6b1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 04 18:52:19 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 04 18:52:19 2021 +0100 |
tree | 387ee22bdbd6a9d0483b695cb09686c7af9b1fa2 | |
parent | 50c56893423eb6ad2154a4151e67f7097f52efb6 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index d15495e..23b0c36 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3470, +/**/ 3469, /**/ 3468,