comparison src/Make_vms.mms @ 19920:5e41b2e63c73 v8.2.0516

patch 8.2.0516: client-server code is spread out Commit: https://github.com/vim/vim/commit/f87a0400fd81862c33d6ad2291a56e178db7dddd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 5 20:21:03 2020 +0200 patch 8.2.0516: client-server code is spread out Problem: Client-server code is spread out. Solution: Move client-server code to a new file. (Yegappan Lakshmanan, closes #5885)
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Apr 2020 20:30:35 +0200
parents 00a1b89256ea
children 6ca6a372fef6
comparison
equal deleted inserted replaced
19919:b4b102849236 19920:5e41b2e63c73
304 buffer.c \ 304 buffer.c \
305 bufwrite.c \ 305 bufwrite.c \
306 change.c \ 306 change.c \
307 charset.c \ 307 charset.c \
308 cindent.c \ 308 cindent.c \
309 clientserver.c \
309 clipboard.c \ 310 clipboard.c \
310 cmdexpand.c \ 311 cmdexpand.c \
311 cmdhist.c \ 312 cmdhist.c \
312 crypt.c \ 313 crypt.c \
313 crypt_zip.c \ 314 crypt_zip.c \
411 buffer.obj \ 412 buffer.obj \
412 bufwrite.obj \ 413 bufwrite.obj \
413 change.obj \ 414 change.obj \
414 charset.obj \ 415 charset.obj \
415 cindent.obj \ 416 cindent.obj \
417 clientserver.obj \
416 clipboard.obj \ 418 clipboard.obj \
417 cmdexpand.obj \ 419 cmdexpand.obj \
418 cmdhist.obj \ 420 cmdhist.obj \
419 crypt.obj \ 421 crypt.obj \
420 crypt_zip.obj \ 422 crypt_zip.obj \
700 globals.h 702 globals.h
701 cindent.obj : cindent.c vim.h [.auto]config.h feature.h os_unix.h \ 703 cindent.obj : cindent.c vim.h [.auto]config.h feature.h os_unix.h \
702 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 704 ascii.h keymap.h term.h macros.h structs.h regexp.h \
703 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 705 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
704 globals.h 706 globals.h
707 clientserver.obj : clientserver.c vim.h [.auto]config.h feature.h os_unix.h \
708 ascii.h keymap.h term.h macros.h structs.h regexp.h \
709 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
710 globals.h
705 clipboard.obj : clipboard.c vim.h [.auto]config.h feature.h os_unix.h \ 711 clipboard.obj : clipboard.c vim.h [.auto]config.h feature.h os_unix.h \
706 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 712 ascii.h keymap.h term.h macros.h structs.h regexp.h \
707 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 713 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
708 globals.h 714 globals.h
709 cmdexpand.obj : cmdexpand.c vim.h [.auto]config.h feature.h os_unix.h \ 715 cmdexpand.obj : cmdexpand.c vim.h [.auto]config.h feature.h os_unix.h \