vim-patch:8.1.1687: the evalfunc.c file is too big (#17949)

Problem:    The evalfunc.c file is too big.
Solution:   Move testing support to a separate file.
ecaa70ea29
This commit is contained in:
Lewis Russell
2022-04-03 02:26:59 +01:00
committed by GitHub
parent a783cdd68d
commit 6786b6afad
4 changed files with 580 additions and 565 deletions

10
src/nvim/testing.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef NVIM_TESTING_H
#define NVIM_TESTING_H
#include "nvim/eval/typval.h"
#include "nvim/eval/funcs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "testing.h.generated.h"
#endif
#endif // NVIM_TESTING_H