From f87a0400fd81862c33d6ad2291a56e178db7dddd Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 5 Apr 2020 20:21:03 +0200 Subject: patch 8.2.0516: client-server code is spread out Problem: Client-server code is spread out. Solution: Move client-server code to a new file. (Yegappan Lakshmanan, closes #5885) --- Filelist | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Filelist') diff --git a/Filelist b/Filelist index 25bfb4c014..422a0d0bad 100644 --- a/Filelist +++ b/Filelist @@ -30,6 +30,7 @@ SRC_ALL = \ src/channel.c \ src/charset.c \ src/cindent.c \ + src/clientserver.c \ src/clipboard.c \ src/cmdexpand.c \ src/cmdhist.c \ @@ -203,6 +204,7 @@ SRC_ALL = \ src/proto/channel.pro \ src/proto/charset.pro \ src/proto/cindent.pro \ + src/proto/clientserver.pro \ src/proto/clipboard.pro \ src/proto/cmdexpand.pro \ src/proto/cmdhist.pro \ -- cgit v1.2.3