comparison src/Make_vms.mms @ 20637:6c5b11458f31 v8.2.0872

patch 8.2.0872: XIM code is mixed with multi-byte code Commit: https://github.com/vim/vim/commit/f15c8b6eb32fcfea88fd9ca42ef87bbee2c8fe2b Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 1 14:34:43 2020 +0200 patch 8.2.0872: XIM code is mixed with multi-byte code Problem: XIM code is mixed with multi-byte code. Solution: Move the XIM code to a separate file. (Yegappan Lakshmanan, closes #6177)
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Jun 2020 14:45:05 +0200
parents f502455965c0
children b1fac55cf8a3
comparison
equal deleted inserted replaced
20636:7226685d849a 20637:6c5b11458f31
332 fileio.c \ 332 fileio.c \
333 filepath.c, \ 333 filepath.c, \
334 findfile.c \ 334 findfile.c \
335 fold.c \ 335 fold.c \
336 getchar.c \ 336 getchar.c \
337 gui_xim.c \
337 hardcopy.c \ 338 hardcopy.c \
338 hashtab.c \ 339 hashtab.c \
339 highlight.c \ 340 highlight.c \
340 if_cscope.c \ 341 if_cscope.c \
341 if_xcmdsrv.c \ 342 if_xcmdsrv.c \
443 fileio.obj \ 444 fileio.obj \
444 filepath.obj \ 445 filepath.obj \
445 findfile.obj \ 446 findfile.obj \
446 fold.obj \ 447 fold.obj \
447 getchar.obj \ 448 getchar.obj \
449 gui_xim.obj \
448 hardcopy.obj \ 450 hardcopy.obj \
449 hashtab.obj \ 451 hashtab.obj \
450 highlight.obj \ 452 highlight.obj \
451 if_cscope.obj \ 453 if_cscope.obj \
452 if_mzsch.obj \ 454 if_mzsch.obj \
816 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h 818 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
817 getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \ 819 getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \
818 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 820 ascii.h keymap.h term.h macros.h structs.h regexp.h \
819 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 821 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
820 globals.h 822 globals.h
823 gui_xim.obj : gui_xim.c vim.h [.auto]config.h feature.h os_unix.h \
824 ascii.h keymap.h term.h macros.h structs.h regexp.h \
825 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
826 globals.h
821 hardcopy.obj : hardcopy.c vim.h [.auto]config.h feature.h os_unix.h \ 827 hardcopy.obj : hardcopy.c vim.h [.auto]config.h feature.h os_unix.h \
822 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 828 ascii.h keymap.h term.h macros.h structs.h regexp.h \
823 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 829 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
824 globals.h version.h 830 globals.h version.h
825 hashtab.obj : hashtab.c vim.h [.auto]config.h feature.h os_unix.h \ 831 hashtab.obj : hashtab.c vim.h [.auto]config.h feature.h os_unix.h \