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/Make_ami.mak b/src/Make_ami.mak index 12f7fe5..dd674dc 100644 --- a/src/Make_ami.mak +++ b/src/Make_ami.mak
@@ -180,8 +180,11 @@ userfunc.c \ version.c \ viminfo.c \ + vim9cmds.c \ vim9compile.c \ vim9execute.c \ + vim9expr.c \ + vim9instr.c \ vim9script.c \ vim9type.c \ window.c \