Mercurial > vim
comparison src/Make_cyg_ming.mak @ 15330:a6330a49e036 v8.1.0673
patch 8.1.0673: functionality for signs is spread out over several files
commit https://github.com/vim/vim/commit/bbea47075cc4e7826e9f8c203e4272ba023ed7b0
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Jan 1 13:20:31 2019 +0100
patch 8.1.0673: functionality for signs is spread out over several files
Problem: Functionality for signs is spread out over several files.
Solution: Move most of the sign functionality into sign.c. (Yegappan
Lakshmanan, closes #3751)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 01 Jan 2019 13:30:09 +0100 |
parents | ce92157deb4e |
children | bb421f682528 |
comparison
equal
deleted
inserted
replaced
15329:9a739a3d145e | 15330:a6330a49e036 |
---|---|
744 $(OUTDIR)/quickfix.o \ | 744 $(OUTDIR)/quickfix.o \ |
745 $(OUTDIR)/regexp.o \ | 745 $(OUTDIR)/regexp.o \ |
746 $(OUTDIR)/screen.o \ | 746 $(OUTDIR)/screen.o \ |
747 $(OUTDIR)/search.o \ | 747 $(OUTDIR)/search.o \ |
748 $(OUTDIR)/sha256.o \ | 748 $(OUTDIR)/sha256.o \ |
749 $(OUTDIR)/sign.o \ | |
749 $(OUTDIR)/spell.o \ | 750 $(OUTDIR)/spell.o \ |
750 $(OUTDIR)/spellfile.o \ | 751 $(OUTDIR)/spellfile.o \ |
751 $(OUTDIR)/syntax.o \ | 752 $(OUTDIR)/syntax.o \ |
752 $(OUTDIR)/tag.o \ | 753 $(OUTDIR)/tag.o \ |
753 $(OUTDIR)/term.o \ | 754 $(OUTDIR)/term.o \ |