From 473952e85286eb9c6098801f1819981ba61ad153 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 28 Sep 2019 16:30:04 +0200 Subject: 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) --- Filelist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Filelist') diff --git a/Filelist b/Filelist index 2d05b4a3af..dfc06245e5 100644 --- a/Filelist +++ b/Filelist @@ -21,6 +21,7 @@ SRC_ALL = \ src/blob.c \ src/blowfish.c \ src/buffer.c \ + src/bufwrite.c \ src/change.c \ src/channel.c \ src/charset.c \ @@ -186,6 +187,7 @@ SRC_ALL = \ src/proto/blob.pro \ src/proto/blowfish.pro \ src/proto/buffer.pro \ + src/proto/bufwrite.pro \ src/proto/change.pro \ src/proto/channel.pro \ src/proto/charset.pro \ -- cgit v1.2.3