0
0
mirror of https://github.com/vim/vim.git synced 2025-10-06 05:44:14 -04:00

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)
This commit is contained in:
Bram Moolenaar
2020-12-20 15:20:56 +01:00
parent d88dc4d4e9
commit d24602f43c
3 changed files with 15 additions and 5 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2168,
/**/
2167,
/**/