commit | 0d1f55c044610f627b1617e4cfbf6e094ff60921 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 05 17:30:29 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 05 17:30:29 2022 +0100 |
tree | 3fb509eb33b3b2407a260ae7d34582947f9695e7 | |
parent | 478700336d1c72e133b8ff6841e968c1bb1658ed [diff] [blame] |
patch 8.2.4697: Vim9: crash when adding a duplicate key to a dictionary Problem: Vim9: crash when adding a duplicate key to a dictionary. Solution: Clear the stack item when it has been moved into the dictionary. (closes #10087)
diff --git a/src/version.c b/src/version.c index 0e42966..9e1b5c7 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4697, +/**/ 4696, /**/ 4695,