commit | 69f7050cebb0f069d6e39571961b9bbe8531c69a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 16:10:46 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 01 16:10:46 2021 +0100 |
tree | a9bc836379ee840929429338aa3a7e1137b33416 | |
parent | a8b8af19e48e1803e20a129e9aebab1aac544956 [diff] [blame] |
patch 8.2.2263: Vim9: compilation error with try-catch in skipped block Problem: Vim9: compilation error with try-catch in skipped block. Solution: Do not bail out when generate_instr() returns NULL. (closes #7584)
diff --git a/src/version.c b/src/version.c index ceea277..26c9d8b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2263, +/**/ 2262, /**/ 2261,