summaryrefslogtreecommitdiffstats
path: root/src/Make_morph.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-31 13:48:09 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-31 13:48:09 +0100
commit4b47162ccede0b6d9cbb9473ad870220a24fbf54 (patch)
treece99699b4391edf919bc8a849653516f231d3ef7 /src/Make_morph.mak
parentbbb5f8d4c2cbc5f48556008875f57cbe7fc4ac6c (diff)
patch 8.1.0857: indent functionality is not separatedv8.1.0857
Problem: Ignore functionality is not separated. Solution: Move indent functionality into a new file. (Yegappan Lakshmanan, closes #3886)
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 ae490416f4..6bcae1a0b1 100644
--- a/src/Make_morph.mak
+++ b/src/Make_morph.mak
@@ -48,6 +48,7 @@ SRC = arabic.c \
getchar.c \
hardcopy.c \
hashtab.c \
+ indent.c \
json.c \
list.c \
main.c \