commit | 3e518a8ec74065aedd67d352c93d6ae6be550316 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 30 17:45:33 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 30 17:45:33 2022 +0100 |
tree | 239505fa04b1012bfccad56d6cc3f7f6517bfe78 | |
parent | f92cfb1acc3fef74eef0c83c1a35a2b6a9f93a9b [diff] [blame] |
patch 9.0.0331: cannot use items() on a string Problem: Cannot use items() on a string. Solution: Make items() work on a string. (closes #11016)
diff --git a/src/version.c b/src/version.c index 87881f1..2f409cf 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 331, +/**/ 330, /**/ 329,