diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-02-14 13:22:17 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-02-14 13:22:17 +0100 |
commit | 0a8fed6231c84e4e1b3a7dd6c0d95d3f98207fe0 (patch) | |
tree | b0545af3bfa25ced1890c33fe9c1facf1e749358 /src/README.md | |
parent | f2cecb6c10909184281e31a8f968200f3841562d (diff) | |
download | vim-git-0a8fed6231c84e4e1b3a7dd6c0d95d3f98207fe0.tar.gz |
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/README.md')
-rw-r--r-- | src/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/README.md b/src/README.md index 0262a7a5b..4412d533e 100644 --- a/src/README.md +++ b/src/README.md @@ -79,6 +79,7 @@ tag.c | tags term.c | terminal handling, termcap codes testing.c | testing: assert and test functions textprop.c | text properties +time.c | time and timer functions undo.c | undo and redo usercmd.c | user defined commands userfunc.c | user defined functions |