1
0
forked from aniani/vim

patch 9.0.0327: items() does not work on a list

Problem:    items() does not work on a list. (Sergey Vlasov)
Solution:   Make items() work on a list. (closes #11013)
This commit is contained in:
Bram Moolenaar
2022-08-30 14:34:52 +01:00
parent 0e412be00f
commit 976f859763
7 changed files with 73 additions and 20 deletions

View File

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