@@ -319,7 +319,7 @@ SRC = arabic.c arglist.c autocmd.c beval.c blob.c blowfish.c buffer.c \
319319 memfile.c memline.c message.c misc1.c misc2.c mouse.c move.c normal.c \
320320 ops.c \
321321 option.c optionstr.c popupmnu.c popupwin.c profiler.c quickfix.c \
322- regexp.c scriptfile.c \
322+ regexp.c register.c scriptfile.c \
323323 search.c session.c sha256.c sign.c spell.c spellfile.c syntax.c tag.c \
324324 term.c termlib.c testing.c textprop.c ui.c undo.c usercmd.c \
325325 userfunc.c version.c viminfo.c screen.c window.c os_unix.c os_vms.c \
@@ -340,7 +340,7 @@ OBJ = arabic.obj arglist.obj autocmd.obj beval.obj blob.obj blowfish.obj \
340340 misc1.obj misc2.obj mouse.obj move.obj mbyte.obj normal.obj ops.obj \
341341 option.obj \
342342 optionstr.obj popupmnu.obj popupwin.obj profiler.obj quickfix.obj \
343- regexp.obj scriptfile.obj \
343+ regexp.obj register.obj scriptfile.obj \
344344 search.obj session.obj sha256.obj sign.obj spell.obj spellfile.obj \
345345 syntax.obj tag.obj term.obj termlib.obj testing.obj textprop.obj \
346346 ui.obj undo.obj usercmd.obj userfunc.obj screen.obj version.obj \
@@ -755,6 +755,10 @@ regexp.obj : regexp.c vim.h [.auto]config.h feature.h os_unix.h \
755755 ascii.h keymap.h term.h macros.h structs.h regexp.h \
756756 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
757757 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
758762scriptfile.obj : scriptfile.c vim.h [.auto]config.h feature.h os_unix.h \
759763 ascii.h keymap.h term.h macros.h structs.h regexp.h \
760764 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
0 commit comments