commit | ed8ce057b7a2fcd89b5f55680ae8f85d62a992a5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 29 21:04:15 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 29 21:04:15 2020 +0200 |
tree | fea5d30140297aa6888bf6d68a4c00b62f425622 | |
parent | 939b5db4808770d3a2ec35e3902a9d5165adc0cf [diff] [blame] |
patch 8.2.0660: the search.c file is a bit big Problem: The search.c file is a bit big. Solution: Split off the text object code to a separate file. (Yegappan Lakshmanan, closes #6007)
diff --git a/src/Make_morph.mak b/src/Make_morph.mak index 1830d85..d326174 100644 --- a/src/Make_morph.mak +++ b/src/Make_morph.mak
@@ -103,6 +103,7 @@ tag.c \ term.c \ testing.c \ + textobject.c \ textprop.c \ time.c \ ui.c \