1
0
forked from aniani/vim

patch 8.2.4310: Vim9: constant list and dict get a declaration type

Problem:    Vim9: constant list and dict get a declaration type other than
            "any".
Solution:   A constant list and dict have a declared member type "any".
            (closes #9701)
This commit is contained in:
Bram Moolenaar
2022-02-06 15:49:35 +00:00
parent fe1bfc9b26
commit 2626d6a71c
5 changed files with 12 additions and 18 deletions

View File

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