comparison src/Make_vms.mms @ 18164:f57481564f2c v8.1.2077

patch 8.1.2077: the ops.c file is too big Commit: https://github.com/vim/vim/commit/4aea03eb875613e3eae2125b84f02b7cd898b2f8 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 25 22:37:17 2019 +0200 patch 8.1.2077: the ops.c file is too big Problem: The ops.c file is too big. Solution: Move code for dealing with registers to a new file. (Yegappan Lakshmanan, closes #4982)
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Sep 2019 22:45:03 +0200
parents 1868ec23360e
children 6e53d83e021d
comparison
equal deleted inserted replaced
18163:be0960bbf0c7 18164:f57481564f2c
317 getchar.c hardcopy.c hashtab.c highlight.c \ 317 getchar.c hardcopy.c hashtab.c highlight.c \
318 indent.c insexpand.c json.c list.c main.c map.c mark.c menu.c mbyte.c \ 318 indent.c insexpand.c json.c list.c main.c map.c mark.c menu.c mbyte.c \
319 memfile.c memline.c message.c misc1.c misc2.c mouse.c move.c normal.c \ 319 memfile.c memline.c message.c misc1.c misc2.c mouse.c move.c normal.c \
320 ops.c \ 320 ops.c \
321 option.c optionstr.c popupmnu.c popupwin.c profiler.c quickfix.c \ 321 option.c optionstr.c popupmnu.c popupwin.c profiler.c quickfix.c \
322 regexp.c scriptfile.c \ 322 regexp.c register.c scriptfile.c \
323 search.c session.c sha256.c sign.c spell.c spellfile.c syntax.c tag.c \ 323 search.c session.c sha256.c sign.c spell.c spellfile.c syntax.c tag.c \
324 term.c termlib.c testing.c textprop.c ui.c undo.c usercmd.c \ 324 term.c termlib.c testing.c textprop.c ui.c undo.c usercmd.c \
325 userfunc.c version.c viminfo.c screen.c window.c os_unix.c os_vms.c \ 325 userfunc.c version.c viminfo.c screen.c window.c os_unix.c os_vms.c \
326 pathdef.c \ 326 pathdef.c \
327 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \ 327 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \
338 highlight.obj indent.obj insexpand.obj json.obj list.obj main.obj \ 338 highlight.obj indent.obj insexpand.obj json.obj list.obj main.obj \
339 map.obj mark.obj menu.obj memfile.obj memline.obj message.obj \ 339 map.obj mark.obj menu.obj memfile.obj memline.obj message.obj \
340 misc1.obj misc2.obj mouse.obj move.obj mbyte.obj normal.obj ops.obj \ 340 misc1.obj misc2.obj mouse.obj move.obj mbyte.obj normal.obj ops.obj \
341 option.obj \ 341 option.obj \
342 optionstr.obj popupmnu.obj popupwin.obj profiler.obj quickfix.obj \ 342 optionstr.obj popupmnu.obj popupwin.obj profiler.obj quickfix.obj \
343 regexp.obj scriptfile.obj \ 343 regexp.obj register.obj scriptfile.obj \
344 search.obj session.obj sha256.obj sign.obj spell.obj spellfile.obj \ 344 search.obj session.obj sha256.obj sign.obj spell.obj spellfile.obj \
345 syntax.obj tag.obj term.obj termlib.obj testing.obj textprop.obj \ 345 syntax.obj tag.obj term.obj termlib.obj testing.obj textprop.obj \
346 ui.obj undo.obj usercmd.obj userfunc.obj screen.obj version.obj \ 346 ui.obj undo.obj usercmd.obj userfunc.obj screen.obj version.obj \
347 viminfo.obj window.obj os_unix.obj os_vms.obj pathdef.obj if_mzsch.obj \ 347 viminfo.obj window.obj os_unix.obj os_vms.obj pathdef.obj if_mzsch.obj \
348 $(GUI_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(TCL_OBJ) \ 348 $(GUI_OBJ) $(PERL_OBJ) $(PYTHON_OBJ) $(TCL_OBJ) \
753 globals.h 753 globals.h
754 regexp.obj : regexp.c vim.h [.auto]config.h feature.h os_unix.h \ 754 regexp.obj : regexp.c vim.h [.auto]config.h feature.h os_unix.h \
755 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 755 ascii.h keymap.h term.h macros.h structs.h regexp.h \
756 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 756 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
757 globals.h 757 globals.h
758 register.obj : register.c vim.h [.auto]config.h feature.h os_unix.h \
759 ascii.h keymap.h term.h macros.h structs.h regexp.h \
760 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
761 globals.h
758 scriptfile.obj : scriptfile.c vim.h [.auto]config.h feature.h os_unix.h \ 762 scriptfile.obj : scriptfile.c vim.h [.auto]config.h feature.h os_unix.h \
759 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 763 ascii.h keymap.h term.h macros.h structs.h regexp.h \
760 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 764 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
761 globals.h 765 globals.h
762 screen.obj : screen.c vim.h [.auto]config.h feature.h os_unix.h \ 766 screen.obj : screen.c vim.h [.auto]config.h feature.h os_unix.h \