summaryrefslogtreecommitdiffstats
path: root/src/Make_morph.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-02-14 13:22:17 +0100
committerBram Moolenaar <Bram@vim.org>2020-02-14 13:22:17 +0100
commit0a8fed6231c84e4e1b3a7dd6c0d95d3f98207fe0 (patch)
treeb0545af3bfa25ced1890c33fe9c1facf1e749358 /src/Make_morph.mak
parentf2cecb6c10909184281e31a8f968200f3841562d (diff)
patch 8.2.0256: time and timer related code is spread outv8.2.0256
Problem: Time and timer related code is spread out. Solution: Move time and timer related code to a new file. (Yegappan Lakshmanan, closes #5604)
Diffstat (limited to 'src/Make_morph.mak')
-rw-r--r--src/Make_morph.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Make_morph.mak b/src/Make_morph.mak
index bb5805c4d2..2c226de298 100644
--- a/src/Make_morph.mak
+++ b/src/Make_morph.mak
@@ -102,6 +102,7 @@ SRC = arabic.c \
term.c \
testing.c \
textprop.c \
+ time.c \
ui.c \
undo.c \
usercmd.c \