diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-07-14 14:55:39 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-07-14 14:55:39 +0200 |
commit | ecaa70ea29c269dd0dabd3cd5acdfa0ce42ccd54 (patch) | |
tree | c711959d1b0fd9cffa3d90a57e62efe1321b9e6d /src/proto.h | |
parent | 2898ebb44cee62a70a11b44a97bdad8cc00157b1 (diff) | |
download | vim-git-ecaa70ea29c269dd0dabd3cd5acdfa0ce42ccd54.tar.gz |
patch 8.1.1687: the evalfunc.c file is too bigv8.1.1687
Problem: The evalfunc.c file is too big.
Solution: Move testing support to a separate file.
Diffstat (limited to 'src/proto.h')
-rw-r--r-- | src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto.h b/src/proto.h index 9119a528c..269d81cd4 100644 --- a/src/proto.h +++ b/src/proto.h @@ -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" |