comparison src/Make_ami.mak @ 31287:fa309d9af73c v9.0.0977

patch 9.0.0977: it is not easy to see what client-server commands are doing Commit: https://github.com/vim/vim/commit/4c5678ff0c376661d4a8183a5a074a1203413b9d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 30 18:12:19 2022 +0000 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.
author Bram Moolenaar <Bram@vim.org>
date Wed, 30 Nov 2022 19:15:10 +0100
parents 2295ee9c025d
children 5acc0d2cf4f7
comparison
equal deleted inserted replaced
31286:33c4af586833 31287:fa309d9af73c
122 indent.c \ 122 indent.c \
123 insexpand.c \ 123 insexpand.c \
124 json.c \ 124 json.c \
125 list.c \ 125 list.c \
126 locale.c \ 126 locale.c \
127 logfile.c \
127 main.c \ 128 main.c \
128 mark.c \ 129 mark.c \
129 map.c \ 130 map.c \
130 match.c \ 131 match.c \
131 mbyte.c \ 132 mbyte.c \