commit | 261f346f8154c0ec7094a4a211c653c74e9f7c2e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 07 15:45:32 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 07 15:45:32 2019 +0200 |
tree | ae8f30b11e3a637d1c69bac234d0edd721d4a542 | |
parent | a3a124627d2eb9d36e3dc3757429d87e041f8c0b [diff] [blame] |
patch 8.1.2001: some source files are too big Problem: Some source files are too big. Solution: Move buffer and window related functions to evalbuffer.c and evalwindow.c. (Yegappan Lakshmanan, closes #4898)
diff --git a/src/Make_morph.mak b/src/Make_morph.mak index 09e514c..3f896da 100644 --- a/src/Make_morph.mak +++ b/src/Make_morph.mak
@@ -41,8 +41,10 @@ digraph.c \ edit.c \ eval.c \ + evalbuffer.c \ evalfunc.c \ evalvars.c \ + evalwindow.c \ ex_cmds.c \ ex_cmds2.c \ ex_docmd.c \