commit | f0b9f43c3169037b7f2cd70e4939ba1ef26ada1c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 23:03:17 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 17 23:03:17 2020 +0200 |
tree | d3aa66fe6e1ef38d91a5d76a3708e6806642be25 | |
parent | b68ced5f07a3cd6c01cf8fa2156f2e2949d2d4f1 [diff] [blame] |
patch 8.2.1233: Vim9: various errors not caught by try/catch Problem: Vim9: various errors not caught by try/catch. Solution: Do not bail out if an error is inside try/catch.
diff --git a/src/version.c b/src/version.c index 659b693..d2cb298 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1233, +/**/ 1232, /**/ 1231,