comparison src/Make_vms.mms @ 19774:00a1b89256ea v8.2.0443

patch 8.2.0443: clipboard code is spread out Commit: https://github.com/vim/vim/commit/45fffdf10b7cb6e59794e76e9b8a2930fcb4b192 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 24 21:42:01 2020 +0100 patch 8.2.0443: clipboard code is spread out Problem: Clipboard code is spread out. Solution: Move clipboard code to its own file. (Yegappan Lakshmanan, closes #5827)
author Bram Moolenaar <Bram@vim.org>
date Tue, 24 Mar 2020 21:45:04 +0100
parents a961efb326e5
children 5e41b2e63c73
comparison
equal deleted inserted replaced
19773:c8242fe426a7 19774:00a1b89256ea
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 clipboard.c \
309 cmdexpand.c \ 310 cmdexpand.c \
310 cmdhist.c \ 311 cmdhist.c \
311 crypt.c \ 312 crypt.c \
312 crypt_zip.c \ 313 crypt_zip.c \
313 debugger.c \ 314 debugger.c \
410 buffer.obj \ 411 buffer.obj \
411 bufwrite.obj \ 412 bufwrite.obj \
412 change.obj \ 413 change.obj \
413 charset.obj \ 414 charset.obj \
414 cindent.obj \ 415 cindent.obj \
416 clipboard.obj \
415 cmdexpand.obj \ 417 cmdexpand.obj \
416 cmdhist.obj \ 418 cmdhist.obj \
417 crypt.obj \ 419 crypt.obj \
418 crypt_zip.obj \ 420 crypt_zip.obj \
419 debugger.obj \ 421 debugger.obj \
698 globals.h 700 globals.h
699 cindent.obj : cindent.c vim.h [.auto]config.h feature.h os_unix.h \ 701 cindent.obj : cindent.c vim.h [.auto]config.h feature.h os_unix.h \
700 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 702 ascii.h keymap.h term.h macros.h structs.h regexp.h \
701 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 703 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
702 globals.h 704 globals.h
705 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 \
707 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
708 globals.h
703 cmdexpand.obj : cmdexpand.c vim.h [.auto]config.h feature.h os_unix.h \ 709 cmdexpand.obj : cmdexpand.c vim.h [.auto]config.h feature.h os_unix.h \
704 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 710 ascii.h keymap.h term.h macros.h structs.h regexp.h \
705 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 711 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
706 globals.h 712 globals.h
707 cmdhist.obj : cmdhist.c vim.h [.auto]config.h feature.h os_unix.h \ 713 cmdhist.obj : cmdhist.c vim.h [.auto]config.h feature.h os_unix.h \