patch 8.1.1318: code for text changes is in a "misc" file
Problem: Code for text changes is in a "misc" file.
Solution: Move the code to change.c.
diff --git a/Filelist b/Filelist
index 4f73cc7..7cca776 100644
--- a/Filelist
+++ b/Filelist
@@ -20,6 +20,7 @@
src/blob.c \
src/blowfish.c \
src/buffer.c \
+ src/change.c \
src/channel.c \
src/charset.c \
src/crypt.c \
@@ -155,6 +156,7 @@
src/proto/blob.pro \
src/proto/blowfish.pro \
src/proto/buffer.pro \
+ src/proto/change.pro \
src/proto/channel.pro \
src/proto/charset.pro \
src/proto/crypt.pro \