diff src/Make_morph.mak @ 15699:2d941023bd2f v8.1.0857

patch 8.1.0857: indent functionality is not separated commit https://github.com/vim/vim/commit/4b47162ccede0b6d9cbb9473ad870220a24fbf54 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 31 13:48:09 2019 +0100 patch 8.1.0857: indent functionality is not separated Problem: Ignore functionality is not separated. Solution: Move indent functionality into a new file. (Yegappan Lakshmanan, closes #3886)
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Jan 2019 14:00:07 +0100
parents 746b95fd25ad
children 99ebf78686a9
line wrap: on
line diff
--- 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							\