commit | 0a8fed6231c84e4e1b3a7dd6c0d95d3f98207fe0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 14 13:22:17 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 14 13:22:17 2020 +0100 |
tree | b0545af3bfa25ced1890c33fe9c1facf1e749358 | |
parent | f2cecb6c10909184281e31a8f968200f3841562d [diff] [blame] |
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)
diff --git a/src/Make_morph.mak b/src/Make_morph.mak index bb5805c..2c226de 100644 --- a/src/Make_morph.mak +++ b/src/Make_morph.mak
@@ -102,6 +102,7 @@ term.c \ testing.c \ textprop.c \ + time.c \ ui.c \ undo.c \ usercmd.c \