commit | c70bdab0b8a8262a3784084aa1e6271fee8452f1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 26 19:59:38 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 26 19:59:38 2020 +0200 |
tree | ffd09351976a27a39b055788d5fd9d22ce788d07 | |
parent | f3c51bbff1256a52bdd9ede7887f40062be2628c [diff] [blame] |
patch 8.2.1749: Vim9: crash when closure fails in nested function Problem: Vim9: crash when closure fails in nested function. Solution: Handle function returns before dereferencing remaining closures. (closes #7008)
diff --git a/src/version.c b/src/version.c index c253d09..c570995 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1749, +/**/ 1748, /**/ 1747,