commit | c0abac67d7a9cccf836bbda002ec72914e3cb3d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 13 21:17:05 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 13 21:17:05 2021 +0100 |
tree | f8234598eb597abd3f8112f96ee31ced01d48fdb | |
parent | 3be69bf539f3026369d20f1667e53d390d386a9f [diff] [blame] |
patch 8.2.3506: Vim9: special cases for "g" and "s" insufficiently tested Problem: Vim9: special cases for "g" and "s" insufficiently tested. Solution: Add a few more test cases.
diff --git a/src/version.c b/src/version.c index 7fa96b0..a4a2363 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3506, +/**/ 3505, /**/ 3504,