summaryrefslogtreecommitdiffstats
path: root/src/Make_morph.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-01 13:20:31 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-01 13:20:31 +0100
commitbbea47075cc4e7826e9f8c203e4272ba023ed7b0 (patch)
treefbdec3eeea4ca32ada2f309d8c0155087775cfb5 /src/Make_morph.mak
parent9067cd6cdfdc0bb869aa7f5d2a6c607ea8255239 (diff)
patch 8.1.0673: functionality for signs is spread out over several filesv8.1.0673
Problem: Functionality for signs is spread out over several files. Solution: Move most of the sign functionality into sign.c. (Yegappan Lakshmanan, closes #3751)
Diffstat (limited to 'src/Make_morph.mak')
-rw-r--r--src/Make_morph.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Make_morph.mak b/src/Make_morph.mak
index 57c6553cc3..70ab5377a3 100644
--- a/src/Make_morph.mak
+++ b/src/Make_morph.mak
@@ -69,6 +69,7 @@ SRC = arabic.c \
screen.c \
search.c \
sha256.c \
+ sign.c \
spell.c \
spellfile.c \
syntax.c \