commit | 75ab91ff3403e725a79ac9c7351b78e9aff71d67 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 22:42:50 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 10 22:42:50 2021 +0100 |
tree | 624dae1f8aaeff2cfcd5aea7ac6aad5573835072 | |
parent | 6f02b00bb0958f70bc15534e115b4c6dadff0e06 [diff] [blame] |
patch 8.2.2325: Vim9: crash if map() changes the item type Problem: Vim9: crash if map() changes the item type. Solution: Check that the item type is still OK. (closes #7652) Fix problem with mapnew() on range list.
diff --git a/src/version.c b/src/version.c index 07c7840..764d09d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2325, +/**/ 2324, /**/ 2323,