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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user