diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-17 22:13:49 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-17 22:13:49 +0200 |
commit | 73dad1e64cb42842d8259cb1a255a6fa59822f76 (patch) | |
tree | 77ef7107f438ac10d254df202aa2b302481ac5c2 /Filelist | |
parent | 840268400dc8fda62a14f8a084e8b1ea46619454 (diff) | |
download | vim-git-73dad1e64cb42842d8259cb1a255a6fa59822f76.tar.gz |
patch 7.4.2063v7.4.2063
Problem: eval.c is still too big.
Solution: Split off internal functions to evalfunc.c.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |