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_cyg_ming.mak b/src/Make_cyg_ming.mak index 750e940..7964b0a 100644 --- a/src/Make_cyg_ming.mak +++ b/src/Make_cyg_ming.mak
@@ -787,6 +787,7 @@ $(OUTDIR)/tag.o \ $(OUTDIR)/term.o \ $(OUTDIR)/testing.o \ + $(OUTDIR)/textobject.o \ $(OUTDIR)/textprop.o \ $(OUTDIR)/time.o \ $(OUTDIR)/ui.o \