commit | 585fea7b98b79f2c6d92fa8a2340e461aff805c8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 02 22:33:21 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 02 22:33:21 2020 +0200 |
tree | e2d17a5f941550ebddef10efa925eee140c4756e | |
parent | e8c4abbbd711af8fd3ed85ea69e9ac3d63a0d879 [diff] [blame] |
patch 8.2.0503: Vim9: some code is not tested Problem: Vim9: some code is not tested. Solution: Add tests. Fix uncovered problems.
diff --git a/src/version.c b/src/version.c index ddc5295..528454b 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 503, +/**/ 502, /**/ 501,