comparison Filelist @ 22095:2cc0de1e05a6 v8.2.1597

patch 8.2.1597: the channel source file is too big Commit: https://github.com/vim/vim/commit/8b5866ded6036f7adece26b6d16962bbd2d47842 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 15:48:51 2020 +0200 patch 8.2.1597: the channel source file is too big Problem: The channel source file is too big. Solution: Move job related code to a new source file.
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 16:00:04 +0200
parents 61a1019de45b
children 591f210d9324
comparison
equal deleted inserted replaced
22094:659d4fe617d7 22095:2cc0de1e05a6
73 src/hashtab.c \ 73 src/hashtab.c \
74 src/help.c \ 74 src/help.c \
75 src/highlight.c \ 75 src/highlight.c \
76 src/indent.c \ 76 src/indent.c \
77 src/insexpand.c \ 77 src/insexpand.c \
78 src/job.c \
78 src/json.c \ 79 src/json.c \
79 src/json_test.c \ 80 src/json_test.c \
80 src/kword_test.c \ 81 src/kword_test.c \
81 src/list.c \ 82 src/list.c \
82 src/locale.c \ 83 src/locale.c \
248 src/proto/hashtab.pro \ 249 src/proto/hashtab.pro \
249 src/proto/help.pro \ 250 src/proto/help.pro \
250 src/proto/highlight.pro \ 251 src/proto/highlight.pro \
251 src/proto/indent.pro \ 252 src/proto/indent.pro \
252 src/proto/insexpand.pro \ 253 src/proto/insexpand.pro \
254 src/proto/job.pro \
253 src/proto/json.pro \ 255 src/proto/json.pro \
254 src/proto/list.pro \ 256 src/proto/list.pro \
255 src/proto/locale.pro \ 257 src/proto/locale.pro \
256 src/proto/main.pro \ 258 src/proto/main.pro \
257 src/proto/map.pro \ 259 src/proto/map.pro \