mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
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:
10
src/nvim/testing.h
Normal file
10
src/nvim/testing.h
Normal 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
|
Reference in New Issue
Block a user