commit | f92cfb1acc3fef74eef0c83c1a35a2b6a9f93a9b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 30 16:40:45 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 30 16:40:45 2022 +0100 |
tree | 4a5a29e45481197f6871158e7115c918a28ef73a | |
parent | 24735f2a19c666f545330a267a32ae5df72db25c [diff] [blame] |
patch 9.0.0330: method tests fail Problem: Method tests fail. Solution: Adjust for change of items().
diff --git a/src/version.c b/src/version.c index e9c9250..87881f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 330, +/**/ 329, /**/ 328,