comparison src/Make_vms.mms @ 19396:a961efb326e5 v8.2.0256

patch 8.2.0256: time and timer related code is spread out Commit: https://github.com/vim/vim/commit/0a8fed6231c84e4e1b3a7dd6c0d95d3f98207fe0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 14 13:22:17 2020 +0100 patch 8.2.0256: time and timer related code is spread out Problem: Time and timer related code is spread out. Solution: Move time and timer related code to a new file. (Yegappan Lakshmanan, closes #5604)
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Feb 2020 13:30:05 +0100
parents 4d4c489e8be1
children 00a1b89256ea
comparison
equal deleted inserted replaced
19395:eb5ef6f5f58b 19396:a961efb326e5
379 tag.c \ 379 tag.c \
380 term.c \ 380 term.c \
381 termlib.c \ 381 termlib.c \
382 testing.c \ 382 testing.c \
383 textprop.c \ 383 textprop.c \
384 time.c \
384 ui.c \ 385 ui.c \
385 undo.c \ 386 undo.c \
386 usercmd.c \ 387 usercmd.c \
387 userfunc.c \ 388 userfunc.c \
388 version.c \ 389 version.c \
485 tag.obj \ 486 tag.obj \
486 term.obj \ 487 term.obj \
487 termlib.obj \ 488 termlib.obj \
488 testing.obj \ 489 testing.obj \
489 textprop.obj \ 490 textprop.obj \
491 time.obj \
490 ui.obj \ 492 ui.obj \
491 undo.obj \ 493 undo.obj \
492 usercmd.obj \ 494 usercmd.obj \
493 userfunc.obj \ 495 userfunc.obj \
494 version.obj \ 496 version.obj \
974 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h 976 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
975 testing.obj : testing.c vim.h [.auto]config.h feature.h os_unix.h \ 977 testing.obj : testing.c vim.h [.auto]config.h feature.h os_unix.h \
976 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 978 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
977 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h 979 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
978 textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \ 980 textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \
981 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
982 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
983 time.obj : time.c vim.h [.auto]config.h feature.h os_unix.h \
979 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 984 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
980 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h 985 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
981 ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h \ 986 ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h \
982 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 987 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
983 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h 988 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h