0
0
mirror of https://github.com/vim/vim.git synced 2025-10-10 06:24:10 -04:00

patch 8.1.1687: the evalfunc.c file is too big

Problem:    The evalfunc.c file is too big.
Solution:   Move testing support to a separate file.
This commit is contained in:
Bram Moolenaar
2019-07-14 14:55:39 +02:00
parent 2898ebb44c
commit ecaa70ea29
14 changed files with 1026 additions and 1005 deletions

View File

@@ -202,6 +202,7 @@ void qsort(void *base, size_t elm_count, size_t elm_size, int (*cmp)(const void
# include "popupwin.pro"
# include "textprop.pro"
# endif
# include "testing.pro"
# include "ui.pro"
# include "undo.pro"
# include "usercmd.pro"