summaryrefslogtreecommitdiffstats
path: root/src/Make_ami.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-11-30 18:12:19 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-30 18:12:19 +0000
commit4c5678ff0c376661d4a8183a5a074a1203413b9d (patch)
tree2ddd73cae34d17f2eb4290fda1131bb63f4a0fab /src/Make_ami.mak
parenta87749e3eae3f918b6678f45cf975f0cf06d3e97 (diff)
patch 9.0.0977: it is not easy to see what client-server commands are doingv9.0.0977
Problem: It is not easy to see what client-server commands are doing. Solution: Add channel log messages if ch_log() is available. Move the channel logging and make it available with the +eval feature.
Diffstat (limited to 'src/Make_ami.mak')
-rw-r--r--src/Make_ami.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Make_ami.mak b/src/Make_ami.mak
index 1d74b3e5a9..a642d91285 100644
--- a/src/Make_ami.mak
+++ b/src/Make_ami.mak
@@ -124,6 +124,7 @@ SRC += \
json.c \
list.c \
locale.c \
+ logfile.c \
main.c \
mark.c \
map.c \