commit | f78ee2b49f0b060c642764a620b4c55ab13af82e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 04 23:22:27 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 04 23:22:27 2022 +0000 |
tree | 89381fe8adf5269b53696441ecb7f5442c1af07b | |
parent | 24d9c0557ef52141d12ac32568967b190d247c6f [diff] [blame] |
patch 8.2.4507: test fails because of new error message Problem: Test fails because of new error message. Solution: Avoid the test fails.
diff --git a/src/version.c b/src/version.c index 12ea556..2e22a77 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4507, +/**/ 4506, /**/ 4505,