commit | 3f987b59173926420998ca92eb71688ee3e4a3e3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 30 12:02:24 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 30 12:02:24 2021 +0200 |
tree | 6e375f9330858fe2cb2b53c418f34bb3cedb8da9 | |
parent | 80b2ba3e9602e09ab523e78946fbb26da311b68b [diff] [blame] |
patch 8.2.3076: Vim9: using try in catch block causes a hang Problem: Vim9: using try in catch block causes a hang. Solution: Save and restore the ec_in_catch flag. (closes #8478)
diff --git a/src/version.c b/src/version.c index 466cde1..70e0ff2 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3076, +/**/ 3075, /**/ 3074,