commit | 976f859763b215050a03248dbc2bb62fa5d0d059 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 30 14:34:52 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 30 14:34:52 2022 +0100 |
tree | 36bc5a92c8eb8cf57c0116e21c9a36679993fba4 | |
parent | 0e412be00f8290e0575c7f72ec080725631eff38 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 505fe4f..92a9f3a 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 327, +/**/ 326, /**/ 325,