diff options
author | Bram Moolenaar <Bram@vim.org> | 2023-04-30 18:50:48 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2023-04-30 18:50:48 +0100 |
commit | 3ef2e41128bbe372f4e4535429ffa4770f572623 (patch) | |
tree | 2c0905b11cd8a8678970c3329ec707cb22968bdb /src/version.c | |
parent | 58a44751cec55be1ace0d4be5367dc19bc56be5d (diff) | |
download | vim-git-3ef2e41128bbe372f4e4535429ffa4770f572623.tar.gz |
patch 9.0.1501: crash with nested :try and :throw in catch blockv9.0.1501
Problem: Crash with nested :try and :throw in catch block.
Solution: Jump to :endtry before returning from function. (closes #12245)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index b81b73497..5934272e9 100644 --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1501, +/**/ 1500, /**/ 1499, |