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)
diff --git a/Filelist b/Filelist
index 2d05b4a..dfc0624 100644
--- a/Filelist
+++ b/Filelist
@@ -21,6 +21,7 @@
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/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 \