commit | 3a7ad904d27d904e57f7a22eb33872a587ae6673 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 23 19:54:27 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 23 19:54:27 2022 +0100 |
tree | e052af351a0be5a1d6cd995ae29615e063af2b77 | |
parent | a247142ae45308087b25f91c8af48399c8ac2943 [diff] [blame] |
patch 9.0.0249: no test for what 9.0.0234 fixes Problem: No test for what 9.0.0234 fixes. Solution: Add a test. (issue #10950)
diff --git a/src/version.c b/src/version.c index 0a3d26b..22ad9aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 249, +/**/ 248, /**/ 247,