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:
@@ -754,6 +754,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1447,
|
||||
/**/
|
||||
1446,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user