comparison Filelist @ 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 bec05be6858a
comparison
equal deleted inserted replaced
15698:0651ea0a9334 15699:2d941023bd2f
47 src/gui.c \ 47 src/gui.c \
48 src/gui.h \ 48 src/gui.h \
49 src/gui_beval.c \ 49 src/gui_beval.c \
50 src/hardcopy.c \ 50 src/hardcopy.c \
51 src/hashtab.c \ 51 src/hashtab.c \
52 src/indent.c \
52 src/json.c \ 53 src/json.c \
53 src/json_test.c \ 54 src/json_test.c \
54 src/kword_test.c \ 55 src/kword_test.c \
55 src/list.c \ 56 src/list.c \
56 src/keymap.h \ 57 src/keymap.h \
173 src/proto/getchar.pro \ 174 src/proto/getchar.pro \
174 src/proto/gui.pro \ 175 src/proto/gui.pro \
175 src/proto/gui_beval.pro \ 176 src/proto/gui_beval.pro \
176 src/proto/hardcopy.pro \ 177 src/proto/hardcopy.pro \
177 src/proto/hashtab.pro \ 178 src/proto/hashtab.pro \
179 src/proto/indent.pro \
178 src/proto/json.pro \ 180 src/proto/json.pro \
179 src/proto/list.pro \ 181 src/proto/list.pro \
180 src/proto/main.pro \ 182 src/proto/main.pro \
181 src/proto/mark.pro \ 183 src/proto/mark.pro \
182 src/proto/mbyte.pro \ 184 src/proto/mbyte.pro \