1
0
forked from aniani/vim

patch 9.0.0778: indexing of unknown const type fails during compilation

Problem:    Indexing of unknown const type fails during compilation.
Solution:   Check for "any" properly. (closes #11389)
This commit is contained in:
Bram Moolenaar
2022-10-17 13:13:32 +01:00
parent 3f0092c141
commit 4913d420e8
3 changed files with 36 additions and 8 deletions

View File

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