1
0
forked from aniani/vim

patch 8.2.3322: Vim9: checking type of dict does not check member type

Problem:    Vim9: checking type of dict does not check member type.
Solution:   When getting the type of a typval use dv_type and lv_type.
            (closes #8732)
This commit is contained in:
Bram Moolenaar
2021-08-09 22:22:27 +02:00
parent bd9e796125
commit b56c4419d4
3 changed files with 20 additions and 2 deletions

View File

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