0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

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.
This commit is contained in:
Bram Moolenaar
2021-12-20 15:04:29 +00:00
parent a99fb23842
commit dc7c366f3a
18 changed files with 7888 additions and 7610 deletions

View File

@@ -212,8 +212,13 @@ void mbyte_im_set_active(int active_arg);
# include "version.pro"
# include "vim9script.pro"
# ifdef FEAT_EVAL
// include vim9.h here, the types defined there are used by function arguments.
# include "vim9.h"
# include "vim9cmds.pro"
# include "vim9compile.pro"
# include "vim9execute.pro"
# include "vim9expr.pro"
# include "vim9instr.pro"
# include "vim9type.pro"
# endif
# include "window.pro"