forked from aniani/vim
patch 7.4.2063
Problem: eval.c is still too big. Solution: Split off internal functions to evalfunc.c.
This commit is contained in:
2
Filelist
2
Filelist
@@ -23,6 +23,7 @@ SRC_ALL = \
|
||||
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_ALL = \
|
||||
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 \
|
||||
|
||||
Reference in New Issue
Block a user