comparison Filelist @ 18199:e2be5a6485f5 v8.1.2094

patch 8.1.2094: the fileio.c file is too big Commit: https://github.com/vim/vim/commit/473952e85286eb9c6098801f1819981ba61ad153 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 28 16:30:04 2019 +0200 patch 8.1.2094: the fileio.c file is too big Problem: The fileio.c file is too big. Solution: Move buf_write() to bufwrite.c. (Yegappan Lakshmanan, closes #4990)
author Bram Moolenaar <Bram@vim.org>
date Sat, 28 Sep 2019 16:45:04 +0200
parents 36f791dd9eae
children fe5afdc03bd2
comparison
equal deleted inserted replaced
18198:3ebea66ebaff 18199:e2be5a6485f5
19 src/beval.c \ 19 src/beval.c \
20 src/beval.h \ 20 src/beval.h \
21 src/blob.c \ 21 src/blob.c \
22 src/blowfish.c \ 22 src/blowfish.c \
23 src/buffer.c \ 23 src/buffer.c \
24 src/bufwrite.c \
24 src/change.c \ 25 src/change.c \
25 src/channel.c \ 26 src/channel.c \
26 src/charset.c \ 27 src/charset.c \
27 src/cmdexpand.c \ 28 src/cmdexpand.c \
28 src/cmdhist.c \ 29 src/cmdhist.c \
184 src/proto/autocmd.pro \ 185 src/proto/autocmd.pro \
185 src/proto/beval.pro \ 186 src/proto/beval.pro \
186 src/proto/blob.pro \ 187 src/proto/blob.pro \
187 src/proto/blowfish.pro \ 188 src/proto/blowfish.pro \
188 src/proto/buffer.pro \ 189 src/proto/buffer.pro \
190 src/proto/bufwrite.pro \
189 src/proto/change.pro \ 191 src/proto/change.pro \
190 src/proto/channel.pro \ 192 src/proto/channel.pro \
191 src/proto/charset.pro \ 193 src/proto/charset.pro \
192 src/proto/cmdexpand.pro \ 194 src/proto/cmdexpand.pro \
193 src/proto/cmdhist.pro \ 195 src/proto/cmdhist.pro \