commit | f67d3fb7363ebc9454f9bb582de3978609a4fd6b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 05 11:22:27 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 05 11:22:27 2021 +0100 |
tree | fa58a3c641caea17cf12301143c6c75a42060c75 | |
parent | 6d197987745427801a2195836ef89e48537afbeb [diff] [blame] |
patch 8.2.3478: still crash with error in :catch and also in :finally Problem: Still crash with error in :catch and also in :finally. Solution: Only call finish_exception() once. (closes #8954)
diff --git a/src/version.c b/src/version.c index e65eb8c..fa64466 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3478, +/**/ 3477, /**/ 3476,