comparison src/Make_vms.mms @ 17458:cfdef48743ed v8.1.1727

patch 8.1.1727: code for viminfo support is spread out commit https://github.com/vim/vim/commit/defa067c54874dd987121dd7252c62755e0aebfa Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 21 19:25:37 2019 +0200 patch 8.1.1727: code for viminfo support is spread out Problem: Code for viminfo support is spread out. Solution: Move to code to viminfo.c. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4686)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Jul 2019 19:30:06 +0200
parents 635d7f5010b8
children e00d12c085a5
comparison
equal deleted inserted replaced
17457:3a368ff28a0b 17458:cfdef48743ed
314 hardcopy.c hashtab.c highlight.c indent.c insexpand.c json.c list.c \ 314 hardcopy.c hashtab.c highlight.c indent.c insexpand.c json.c list.c \
315 main.c mark.c menu.c mbyte.c memfile.c memline.c message.c misc1.c \ 315 main.c mark.c menu.c mbyte.c memfile.c memline.c message.c misc1.c \
316 misc2.c move.c normal.c ops.c option.c popupmnu.c popupwin.c \ 316 misc2.c move.c normal.c ops.c option.c popupmnu.c popupwin.c \
317 profiler.c quickfix.c regexp.c search.c sha256.c sign.c spell.c \ 317 profiler.c quickfix.c regexp.c search.c sha256.c sign.c spell.c \
318 spellfile.c syntax.c tag.c term.c termlib.c testing.c textprop.c ui.c \ 318 spellfile.c syntax.c tag.c term.c termlib.c testing.c textprop.c ui.c \
319 undo.c usercmd.c userfunc.c version.c screen.c window.c os_unix.c \ 319 undo.c usercmd.c userfunc.c version.c viminfo.c screen.c window.c \
320 os_vms.c pathdef.c \ 320 os_unix.c os_vms.c pathdef.c \
321 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \ 321 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \
322 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC) $(XDIFF_SRC) 322 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC) $(XDIFF_SRC)
323 323
324 OBJ = arabic.obj autocmd.obj beval.obj blob.obj blowfish.obj buffer.obj change.obj \ 324 OBJ = arabic.obj autocmd.obj beval.obj blob.obj blowfish.obj buffer.obj change.obj \
325 charset.obj crypt.obj crypt_zip.obj debugger.obj dict.obj diff.obj \ 325 charset.obj crypt.obj crypt_zip.obj debugger.obj dict.obj diff.obj \
330 mark.obj menu.obj memfile.obj memline.obj message.obj misc1.obj \ 330 mark.obj menu.obj memfile.obj memline.obj message.obj misc1.obj \
331 misc2.obj move.obj mbyte.obj normal.obj ops.obj option.obj \ 331 misc2.obj move.obj mbyte.obj normal.obj ops.obj option.obj \
332 popupmnu.obj popupwin.obj profiler.obj quickfix.obj regexp.obj \ 332 popupmnu.obj popupwin.obj profiler.obj quickfix.obj regexp.obj \
333 search.obj sha256.obj sign.obj spell.obj spellfile.obj syntax.obj \ 333 search.obj sha256.obj sign.obj spell.obj spellfile.obj syntax.obj \
334 tag.obj term.obj termlib.obj testing.obj textprop.obj ui.obj undo.obj \ 334 tag.obj term.obj termlib.obj testing.obj textprop.obj ui.obj undo.obj \
335 usercmd.obj userfunc.obj screen.obj version.obj window.obj \ 335 usercmd.obj userfunc.obj screen.obj version.obj viminfo.obj window.obj \
336 os_unix.obj os_vms.obj pathdef.obj if_mzsch.obj \ 336 os_unix.obj os_vms.obj pathdef.obj if_mzsch.obj \
337 $(GUI_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(TCL_OBJ) \ 337 $(GUI_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(TCL_OBJ) \
338 $(RUBY_OBJ) $(HANGULIN_OBJ) $(MZSCH_OBJ) $(XDIFF_OBJ) 338 $(RUBY_OBJ) $(HANGULIN_OBJ) $(MZSCH_OBJ) $(XDIFF_OBJ)
339 339
340 # Default target is making the executable 340 # Default target is making the executable
775 ascii.h keymap.h term.h macros.h option.h structs.h \ 775 ascii.h keymap.h term.h macros.h option.h structs.h \
776 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 776 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
777 proto.h globals.h 777 proto.h globals.h
778 778
779 version.obj : version.c vim.h [.auto]config.h feature.h os_unix.h \ 779 version.obj : version.c vim.h [.auto]config.h feature.h os_unix.h \
780 ascii.h keymap.h term.h macros.h structs.h regexp.h \
781 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
782 globals.h version.h
783 viminfo.obj : viminfo.c vim.h [.auto]config.h feature.h os_unix.h \
780 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 784 ascii.h keymap.h term.h macros.h structs.h regexp.h \
781 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 785 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
782 globals.h version.h 786 globals.h version.h
783 window.obj : window.c vim.h [.auto]config.h feature.h os_unix.h \ 787 window.obj : window.c vim.h [.auto]config.h feature.h os_unix.h \
784 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 788 ascii.h keymap.h term.h macros.h structs.h regexp.h \