commit | 8bc07e800c2af36686aadd4178cc2671f5c454d4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 24 14:59:17 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 24 14:59:17 2021 +0000 |
tree | df092e6e7570c1a9bb9d5418ffd716eea78f5f4d | |
parent | 9b0e82f35ed4e98414333e71b71ca56219683d16 [diff] [blame] |
patch 8.2.3661: test for put with large count fails Problem: Test for put with large count fails. Solution: Adjust the counts in the test.
diff --git a/src/version.c b/src/version.c index ffc40ef..1a39190 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3661, +/**/ 3660, /**/ 3659,