commit | 4c5678ff0c376661d4a8183a5a074a1203413b9d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 30 18:12:19 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 30 18:12:19 2022 +0000 |
tree | 2ddd73cae34d17f2eb4290fda1131bb63f4a0fab | |
parent | a87749e3eae3f918b6678f45cf975f0cf06d3e97 [diff] [blame] |
patch 9.0.0977: it is not easy to see what client-server commands are doing 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.
diff --git a/src/Make_ami.mak b/src/Make_ami.mak index 1d74b3e..a642d91 100644 --- a/src/Make_ami.mak +++ b/src/Make_ami.mak
@@ -124,6 +124,7 @@ json.c \ list.c \ locale.c \ + logfile.c \ main.c \ mark.c \ map.c \