comparison 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
comparison
equal deleted inserted replaced
15698:0651ea0a9334 15699:2d941023bd2f
46 fileio.c \ 46 fileio.c \
47 fold.c \ 47 fold.c \
48 getchar.c \ 48 getchar.c \
49 hardcopy.c \ 49 hardcopy.c \
50 hashtab.c \ 50 hashtab.c \
51 indent.c \
51 json.c \ 52 json.c \
52 list.c \ 53 list.c \
53 main.c \ 54 main.c \
54 mark.c \ 55 mark.c \
55 mbyte.c \ 56 mbyte.c \