commit | 53c296112edd8471eb63afbca03f96bad164c813 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 12 16:18:18 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 12 16:18:18 2022 +0000 |
tree | 78fca00247cb7492594d53fc797971e75af18843 | |
parent | f5d639a8af719eb8ecb141b5c0890627e4d83134 [diff] [blame] |
patch 8.2.4071: Vim9: no detection of return in try/endtry Problem: Vim9: no detection of return in try/endtry. (Dominique Pellé) Solution: Check if any of the blocks inside try/endtry did not end in return.
diff --git a/src/version.c b/src/version.c index 8c77e2e..2a1b4ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4071, +/**/ 4070, /**/ 4069,