commit | 1061195057c4518877cb6da7591eadff9db14598 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 03 21:11:34 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 03 21:11:34 2022 +0100 |
tree | 808c1de42fd6a702fa2c01393f6d3f469d56a09d | |
parent | 0b962e5685edd41b55d5427b894797e725707639 [diff] [blame] |
patch 8.2.4678: Vim9: not all code is tested Problem: Vim9: not all code is tested. Solution: Add a few more tests.
diff --git a/src/version.c b/src/version.c index b2986d7..22191c9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4678, +/**/ 4677, /**/ 4676,