patch 8.2.0443: clipboard code is spread out
Problem: Clipboard code is spread out.
Solution: Move clipboard code to its own file. (Yegappan Lakshmanan,
closes #5827)
diff --git a/Filelist b/Filelist
index 8407e1c..59d9a0b 100644
--- a/Filelist
+++ b/Filelist
@@ -29,6 +29,7 @@
src/channel.c \
src/charset.c \
src/cindent.c \
+ src/clipboard.c \
src/cmdexpand.c \
src/cmdhist.c \
src/crypt.c \
@@ -200,6 +201,7 @@
src/proto/channel.pro \
src/proto/charset.pro \
src/proto/cindent.pro \
+ src/proto/clipboard.pro \
src/proto/cmdexpand.pro \
src/proto/cmdhist.pro \
src/proto/crypt.pro \