commit | d24602f43cf1f3c37136fe275b83153c26a406e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 20 15:20:56 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 20 15:20:56 2020 +0100 |
tree | 458ce9cf9ff1a87bfd7c62248f960096affbfb47 | |
parent | d88dc4d4e950d937b44c523b9965d485f3fae4be [diff] [blame] |
patch 8.2.2168: Vim9: error for assigning to dict of dict Problem: Vim9: error for assigning to dict of dict. Solution: Remember the destination type. (closes #7506)
diff --git a/src/version.c b/src/version.c index 88889b8..67cc904 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2168, +/**/ 2167, /**/ 2166,