summaryrefslogtreecommitdiffstats
path: root/Filelist
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 /Filelist
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 'Filelist')
-rw-r--r--Filelist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Filelist b/Filelist
index 1eb9aa2cb0..e053619942 100644
--- a/Filelist
+++ b/Filelist
@@ -49,6 +49,7 @@ SRC_ALL = \
src/gui_beval.c \
src/hardcopy.c \
src/hashtab.c \
+ src/indent.c \
src/json.c \
src/json_test.c \
src/kword_test.c \
@@ -175,6 +176,7 @@ SRC_ALL = \
src/proto/gui_beval.pro \
src/proto/hardcopy.pro \
src/proto/hashtab.pro \
+ src/proto/indent.pro \
src/proto/json.pro \
src/proto/list.pro \
src/proto/main.pro \