]> granicus.if.org Git - vim/commit
patch 8.2.3860: Vim9: codecov struggles with the file size v8.2.3860
authorBram Moolenaar <Bram@vim.org>
Mon, 20 Dec 2021 15:04:29 +0000 (15:04 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 20 Dec 2021 15:04:29 +0000 (15:04 +0000)
commitdc7c366f3aae65ee691010b08f37acfb26e0742b
tree90d12bd3030048100a9c5084474aef484f6fc58f
parenta99fb23842f055c511bfe1b62de7bbd14d5a99c0
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.
18 files changed:
src/Make_ami.mak
src/Make_cyg_ming.mak
src/Make_mvc.mak
src/Make_vms.mms
src/Makefile
src/proto.h
src/proto/vim9cmds.pro [new file with mode: 0644]
src/proto/vim9compile.pro
src/proto/vim9expr.pro [new file with mode: 0644]
src/proto/vim9instr.pro [new file with mode: 0644]
src/version.c
src/vim9.h
src/vim9cmds.c [new file with mode: 0644]
src/vim9compile.c
src/vim9execute.c
src/vim9expr.c [new file with mode: 0644]
src/vim9instr.c [new file with mode: 0644]
src/vim9script.c