1
0
forked from aniani/vim

patch 8.2.1447: Vim9: return type of keys() is list<any>

Problem:    Vim9: return type of keys() is list<any>.
Solution:   Should be list<string>. (closes #6711)
This commit is contained in:
Bram Moolenaar
2020-08-14 18:56:45 +02:00
parent 7517ffdbb5
commit 32f335f75c
3 changed files with 8 additions and 1 deletions

View File

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