summaryrefslogtreecommitdiffstats
path: root/Filelist
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-09-05 15:48:51 +0200
committerBram Moolenaar <Bram@vim.org>2020-09-05 15:48:51 +0200
commit8b5866ded6036f7adece26b6d16962bbd2d47842 (patch)
treea473e6759fd5a5dc6436a6502c0d51ddb077805a /Filelist
parent7dfc5ce7cf4a7f63370d7dce2e13f7410ca0230a (diff)
patch 8.2.1597: the channel source file is too bigv8.2.1597
Problem: The channel source file is too big. Solution: Move job related code to a new source file.
Diffstat (limited to 'Filelist')
-rw-r--r--Filelist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Filelist b/Filelist
index bcf8f3d260..12b973fc40 100644
--- a/Filelist
+++ b/Filelist
@@ -75,6 +75,7 @@ SRC_ALL = \
src/highlight.c \
src/indent.c \
src/insexpand.c \
+ src/job.c \
src/json.c \
src/json_test.c \
src/kword_test.c \
@@ -250,6 +251,7 @@ SRC_ALL = \
src/proto/highlight.pro \
src/proto/indent.pro \
src/proto/insexpand.pro \
+ src/proto/job.pro \
src/proto/json.pro \
src/proto/list.pro \
src/proto/locale.pro \