commit | 051a8a375f8fb6a931fbc5ccca714a200d9b327f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 14 16:53:42 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 14 16:53:42 2021 +0100 |
tree | c02a0a34a322968aeac132389ee46a3d716abee5 | |
parent | 75aa92a16264e3511ba41aa306ffc1ffbbd2fe3a [diff] [blame] |
patch 8.2.3508: Vim9: bad separators for "g" and "s" insufficiently tested Problem: Vim9: bad separators for "g" and "s" insufficiently tested. Solution: Add a few more test cases.
diff --git a/src/version.c b/src/version.c index ceb50ea..2125972 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3508, +/**/ 3507, /**/ 3506,