commit | 027c4ab4d2e3ff031b98e0fb648f5acbea180293 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 16:20:18 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 16:20:18 2021 +0100 |
tree | b0eac633e8d09f20cd8014a26e80dc429b366a5d | |
parent | dc167465f87a4f03f9e085597dfcfdde39fcd2b9 [diff] [blame] |
patch 8.2.2537: Vim9: crash when map() fails Problem: Vim9: crash when map() fails. Solution: Clear typval before using it. (closes #7884)
diff --git a/src/version.c b/src/version.c index 3f5ae9d..8d29d52 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2537, +/**/ 2536, /**/ 2535,