1
0
forked from aniani/vim

patch 8.2.1758: Vim9: type of unmaterialized list is wrong

Problem:    Vim9: type of unmaterialized list is wrong.
Solution:   Use list<number>.
This commit is contained in:
Bram Moolenaar
2020-09-27 17:45:03 +02:00
parent a5fe91e6dc
commit 5597ba0467
3 changed files with 13 additions and 5 deletions

View File

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