comparison src/README.md @ 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 af69c9335223
children 00a1b89256ea
comparison
equal deleted inserted replaced
19395:eb5ef6f5f58b 19396:a961efb326e5
77 syntax.c | syntax and other highlighting 77 syntax.c | syntax and other highlighting
78 tag.c | tags 78 tag.c | tags
79 term.c | terminal handling, termcap codes 79 term.c | terminal handling, termcap codes
80 testing.c | testing: assert and test functions 80 testing.c | testing: assert and test functions
81 textprop.c | text properties 81 textprop.c | text properties
82 time.c | time and timer functions
82 undo.c | undo and redo 83 undo.c | undo and redo
83 usercmd.c | user defined commands 84 usercmd.c | user defined commands
84 userfunc.c | user defined functions 85 userfunc.c | user defined functions
85 viminfo.c | viminfo handling 86 viminfo.c | viminfo handling
86 window.c | handling split windows 87 window.c | handling split windows