comparison src/Make_cyg_ming.mak @ 18172:6e53d83e021d v8.1.2081

patch 8.1.2081: the spell.c file is too big Commit: https://github.com/vim/vim/commit/46a426c9acfdd3d6c0fa134a17681634b9325bee Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 27 12:41:56 2019 +0200 patch 8.1.2081: the spell.c file is too big Problem: The spell.c file is too big. Solution: Move the code for spell suggestions to a separate file. (Yegappan Lakshmanan, closes #4988)
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 Sep 2019 12:45:08 +0200
parents f57481564f2c
children 1ec6539cef68
comparison
equal deleted inserted replaced
18171:b6145168fb4b 18172:6e53d83e021d
776 $(OUTDIR)/session.o \ 776 $(OUTDIR)/session.o \
777 $(OUTDIR)/sha256.o \ 777 $(OUTDIR)/sha256.o \
778 $(OUTDIR)/sign.o \ 778 $(OUTDIR)/sign.o \
779 $(OUTDIR)/spell.o \ 779 $(OUTDIR)/spell.o \
780 $(OUTDIR)/spellfile.o \ 780 $(OUTDIR)/spellfile.o \
781 $(OUTDIR)/spellsuggest.o \
781 $(OUTDIR)/syntax.o \ 782 $(OUTDIR)/syntax.o \
782 $(OUTDIR)/tag.o \ 783 $(OUTDIR)/tag.o \
783 $(OUTDIR)/term.o \ 784 $(OUTDIR)/term.o \
784 $(OUTDIR)/testing.o \ 785 $(OUTDIR)/testing.o \
785 $(OUTDIR)/textprop.o \ 786 $(OUTDIR)/textprop.o \