commit | 1d34189ecb99fa76363c06e1aa815c1075675a1c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 18 15:25:52 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 18 15:25:52 2021 +0200 |
tree | 8a103c189a514d84c27fe765facf7406f0d9059f | |
parent | d2b98ab4ecf168514ae622948e3749dea7671946 [diff] [blame] |
patch 8.2.3448: :endtry after function call that throws not found Problem: :endtry after function call that throws not found. Solution: Do check for following :endtry if an exception is being thrown. (closes #8889)
diff --git a/src/version.c b/src/version.c index 9cd1495..38f9017 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3448, +/**/ 3447, /**/ 3446,