commit | e8c4abbbd711af8fd3ed85ea69e9ac3d63a0d879 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 02 21:13:25 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 02 21:13:25 2020 +0200 |
tree | 0101dc0b69343972a82db39af16612334fbc0a8d | |
parent | 2c869deeb7658b6b02e525ff9412fc4a0c968688 [diff] [blame] |
patch 8.2.0502: Vim9: some code is not tested Problem: Vim9: some code is not tested. Solution: Add more tests. Fix uncovered problems.
diff --git a/src/version.c b/src/version.c index b1a10aa..ddc5295 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 502, +/**/ 501, /**/ 500,