patch 7.4.2063
Problem: eval.c is still too big.
Solution: Split off internal functions to evalfunc.c.
diff --git a/Filelist b/Filelist
index dc9a230..48778fc 100644
--- a/Filelist
+++ b/Filelist
@@ -23,6 +23,7 @@
src/digraph.c \
src/edit.c \
src/eval.c \
+ src/evalfunc.c \
src/ex_cmds.c \
src/ex_cmds.h \
src/ex_cmds2.c \
@@ -134,6 +135,7 @@
src/proto/digraph.pro \
src/proto/edit.pro \
src/proto/eval.pro \
+ src/proto/evalfunc.pro \
src/proto/ex_cmds.pro \
src/proto/ex_cmds2.pro \
src/proto/ex_docmd.pro \