commit | 4029cabbe7c68a304ab8becb495bd6d91c6e97b1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 05 18:13:27 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 05 18:13:27 2020 +0100 |
tree | a621844239445997633f5aa6fee32e064bafde8c | |
parent | d0fe620cbbf5f5e00446efa89893036265c5c302 [diff] [blame] |
patch 8.2.2095: Vim9: crash when failed dict member is followed by concat Problem: Vim9: crash when failed dict member is followed by concatenation. Solution: Remove the dict from the stack. (closes #7416)
diff --git a/src/version.c b/src/version.c index a0bf936..cfc1639 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2095, +/**/ 2094, /**/ 2093,