commit | d3d8feeb897a6b956fc82c81448b938a53312d71 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 30 19:54:43 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 30 19:54:43 2021 +0200 |
tree | 8cbadcbedd394045ce8061a6daded9f257edc699 | |
parent | 3f987b59173926420998ca92eb71688ee3e4a3e3 [diff] [blame] |
patch 8.2.3077: Vim9: an error in a catch block is not reported Problem: Vim9: an error in a catch block is not reported. Solution: Put the "in catch" flag in the try stack. (closes #8478)
diff --git a/src/version.c b/src/version.c index 70e0ff2..655aaae 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3077, +/**/ 3076, /**/ 3075,