commit | 3ef2e41128bbe372f4e4535429ffa4770f572623 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 30 18:50:48 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 30 18:50:48 2023 +0100 |
tree | 2c0905b11cd8a8678970c3329ec707cb22968bdb | |
parent | 58a44751cec55be1ace0d4be5367dc19bc56be5d [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b81b734..5934272 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1501, +/**/ 1500, /**/ 1499,