commit | 171a1607f4b0b3cdcbbe5e886da37a5d11f15684 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 30 18:26:19 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 30 18:26:19 2022 +0100 |
tree | 31c7f97c6e49064006148b91e2fc337800549c00 | |
parent | 9c8f94636b3610b898ffbbd07f6b75866d16cbca [diff] [blame] |
patch 9.0.0333: method test fails Problem: Method test fails. Solution: Adjust test for items() now working on string.
diff --git a/src/version.c b/src/version.c index 68d0e79..265da75 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 333, +/**/ 332, /**/ 331,