comparison src/Make_vms.mms @ 20587:f502455965c0 v8.2.0847

patch 8.2.0847: typval related code is spread out Commit: https://github.com/vim/vim/commit/367d59e6ba65cf554d167933775fa17e40dcc6a7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 30 17:06:14 2020 +0200 patch 8.2.0847: typval related code is spread out Problem: Typval related code is spread out. Solution: Move code to new typval.c file. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/6093)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 May 2020 17:15:03 +0200
parents 918245588b50
children 6c5b11458f31
comparison
equal deleted inserted replaced
20586:fed0050be1a1 20587:f502455965c0
384 testing.c \ 384 testing.c \
385 textformat.c \ 385 textformat.c \
386 textobject.c \ 386 textobject.c \
387 textprop.c \ 387 textprop.c \
388 time.c \ 388 time.c \
389 typval.c \
389 ui.c \ 390 ui.c \
390 undo.c \ 391 undo.c \
391 usercmd.c \ 392 usercmd.c \
392 userfunc.c \ 393 userfunc.c \
393 version.c \ 394 version.c \
495 testing.obj \ 496 testing.obj \
496 textformat.obj \ 497 textformat.obj \
497 textobject.obj \ 498 textobject.obj \
498 textprop.obj \ 499 textprop.obj \
499 time.obj \ 500 time.obj \
501 typval.obj \
500 ui.obj \ 502 ui.obj \
501 undo.obj \ 503 undo.obj \
502 usercmd.obj \ 504 usercmd.obj \
503 userfunc.obj \ 505 userfunc.obj \
504 version.obj \ 506 version.obj \
1001 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h 1003 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
1002 textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \ 1004 textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \
1003 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 1005 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
1004 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h 1006 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
1005 time.obj : time.c vim.h [.auto]config.h feature.h os_unix.h \ 1007 time.obj : time.c vim.h [.auto]config.h feature.h os_unix.h \
1008 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
1009 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
1010 typval.obj : typval.c vim.h [.auto]config.h feature.h os_unix.h \
1006 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 1011 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
1007 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h 1012 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
1008 ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h \ 1013 ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h \
1009 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 1014 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
1010 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h 1015 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h