comparison src/Make_vms.mms @ 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
355 indent.c \ 355 indent.c \
356 insexpand.c \ 356 insexpand.c \
357 json.c \ 357 json.c \
358 list.c \ 358 list.c \
359 locale.c \ 359 locale.c \
360 logfile.c \
360 main.c \ 361 main.c \
361 map.c \ 362 map.c \
362 mark.c \ 363 mark.c \
363 match.c \ 364 match.c \
364 mbyte.c \ 365 mbyte.c \
479 indent.obj \ 480 indent.obj \
480 insexpand.obj \ 481 insexpand.obj \
481 json.obj \ 482 json.obj \
482 list.obj \ 483 list.obj \
483 locale.obj \ 484 locale.obj \
485 logfile.obj \
484 main.obj \ 486 main.obj \
485 map.obj \ 487 map.obj \
486 mark.obj \ 488 mark.obj \
487 match.obj \ 489 match.obj \
488 mbyte.obj \ 490 mbyte.obj \
926 errors.h globals.h 928 errors.h globals.h
927 locale.obj : locale.c vim.h [.auto]config.h feature.h os_unix.h \ 929 locale.obj : locale.c vim.h [.auto]config.h feature.h os_unix.h \
928 ascii.h keymap.h termdefs.h macros.h option.h structs.h regexp.h gui.h \ 930 ascii.h keymap.h termdefs.h macros.h option.h structs.h regexp.h gui.h \
929 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 931 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
930 errors.h globals.h 932 errors.h globals.h
933 logfile.obj : logfile.c vim.h [.auto]config.h feature.h os_unix.h \
934 ascii.h keymap.h termdefs.h macros.h option.h structs.h regexp.h gui.h \
935 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
936 errors.h globals.h
931 main.obj : main.c vim.h [.auto]config.h feature.h os_unix.h \ 937 main.obj : main.c vim.h [.auto]config.h feature.h os_unix.h \
932 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \ 938 ascii.h keymap.h termdefs.h macros.h structs.h regexp.h gui.h beval.h \
933 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h \ 939 [.proto]gui_beval.pro option.h ex_cmds.h proto.h errors.h globals.h \
934 arabic.c 940 arabic.c
935 map.obj : map.c vim.h [.auto]config.h feature.h os_unix.h \ 941 map.obj : map.c vim.h [.auto]config.h feature.h os_unix.h \