commit | 6de2296e5e696b894576d48239aaab0ae84486ff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 21:35:36 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 09 21:35:36 2022 +0100 |
tree | 1253b8f5cda9a28387a70870ff71701d200c39da | |
parent | 7cf5839287de6f65c981a876d8a1c7e6f8d2494b [diff] [blame] |
patch 9.0.0432: crash when using for loop variable in closure Problem: Crash when using for loop variable in closure. Solution: Check that the variable wasn't deleted. (issue #11094)
diff --git a/src/version.c b/src/version.c index eb979bc..3c7c9c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 432, +/**/ 431, /**/ 430,