commit | ecaa70ea29c269dd0dabd3cd5acdfa0ce42ccd54 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 14 14:55:39 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 14 14:55:39 2019 +0200 |
tree | c711959d1b0fd9cffa3d90a57e62efe1321b9e6d | |
parent | 2898ebb44cee62a70a11b44a97bdad8cc00157b1 [diff] [blame] |
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.
diff --git a/src/Make_morph.mak b/src/Make_morph.mak index 7bd39fa..2565df5 100644 --- a/src/Make_morph.mak +++ b/src/Make_morph.mak
@@ -81,6 +81,8 @@ syntax.c \ tag.c \ term.c \ + testing.c \ + textprop.c \ ui.c \ undo.c \ usercmd.c \