comparison Filelist @ 18265:fe5afdc03bd2 v8.1.2127

patch 8.1.2127: the indent.c file is a bit big Commit: https://github.com/vim/vim/commit/14c01f83487d5c53192297a710eda2b8a4ab17c9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 9 22:53:08 2019 +0200 patch 8.1.2127: the indent.c file is a bit big Problem: The indent.c file is a bit big. Solution: Move C-indent code a a new cindent.c file. Move other indent-related code to indent.c. (Yegappan Lakshmanan, closes #5031)
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Oct 2019 23:00:04 +0200
parents e2be5a6485f5
children fc8f5b9aacfa
comparison
equal deleted inserted replaced
18264:5202d9b99bee 18265:fe5afdc03bd2
23 src/buffer.c \ 23 src/buffer.c \
24 src/bufwrite.c \ 24 src/bufwrite.c \
25 src/change.c \ 25 src/change.c \
26 src/channel.c \ 26 src/channel.c \
27 src/charset.c \ 27 src/charset.c \
28 src/cindent.c \
28 src/cmdexpand.c \ 29 src/cmdexpand.c \
29 src/cmdhist.c \ 30 src/cmdhist.c \
30 src/crypt.c \ 31 src/crypt.c \
31 src/crypt_zip.c \ 32 src/crypt_zip.c \
32 src/debugger.c \ 33 src/debugger.c \
189 src/proto/buffer.pro \ 190 src/proto/buffer.pro \
190 src/proto/bufwrite.pro \ 191 src/proto/bufwrite.pro \
191 src/proto/change.pro \ 192 src/proto/change.pro \
192 src/proto/channel.pro \ 193 src/proto/channel.pro \
193 src/proto/charset.pro \ 194 src/proto/charset.pro \
195 src/proto/cindent.pro \
194 src/proto/cmdexpand.pro \ 196 src/proto/cmdexpand.pro \
195 src/proto/cmdhist.pro \ 197 src/proto/cmdhist.pro \
196 src/proto/crypt.pro \ 198 src/proto/crypt.pro \
197 src/proto/crypt_zip.pro \ 199 src/proto/crypt_zip.pro \
198 src/proto/debugger.pro \ 200 src/proto/debugger.pro \