comparison src/Make_morph.mak @ 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 fe5afdc03bd2
children 00a1b89256ea
comparison
equal deleted inserted replaced
19395:eb5ef6f5f58b 19396:a961efb326e5
100 syntax.c \ 100 syntax.c \
101 tag.c \ 101 tag.c \
102 term.c \ 102 term.c \
103 testing.c \ 103 testing.c \
104 textprop.c \ 104 textprop.c \
105 time.c \
105 ui.c \ 106 ui.c \
106 undo.c \ 107 undo.c \
107 usercmd.c \ 108 usercmd.c \
108 userfunc.c \ 109 userfunc.c \
109 version.c \ 110 version.c \