comparison Filelist @ 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 a52697bcffa6
children 90fb7de74f3d
comparison
equal deleted inserted replaced
31286:33c4af586833 31287:fa309d9af73c
86 src/indent.c \ 86 src/indent.c \
87 src/insexpand.c \ 87 src/insexpand.c \
88 src/job.c \ 88 src/job.c \
89 src/json.c \ 89 src/json.c \
90 src/json_test.c \ 90 src/json_test.c \
91 src/keymap.h \
91 src/kword_test.c \ 92 src/kword_test.c \
92 src/list.c \ 93 src/list.c \
93 src/locale.c \ 94 src/locale.c \
94 src/keymap.h \ 95 src/logfile.c \
95 src/macros.h \ 96 src/macros.h \
96 src/main.c \ 97 src/main.c \
97 src/map.c \ 98 src/map.c \
98 src/mark.c \ 99 src/mark.c \
99 src/match.c \ 100 src/match.c \