commit | dc7c366f3aae65ee691010b08f37acfb26e0742b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 20 15:04:29 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 20 15:04:29 2021 +0000 |
tree | 90d12bd3030048100a9c5084474aef484f6fc58f | |
parent | a99fb23842f055c511bfe1b62de7bbd14d5a99c0 [diff] [blame] |
patch 8.2.3860: Vim9: codecov struggles with the file size Problem: Vim9: codecov struggles with the file size. Solution: Split vim9compile.c into four files.
diff --git a/src/version.c b/src/version.c index 38c9e00..9c24b95 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3860, +/**/ 3859, /**/ 3858,