0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.2.4290: MS-Windows: using type casts for timer IDs

Problem:    MS-Windows: using type casts for timer IDs.
Solution:   Remove type casts and use the right type. (Ken Takata,
            closes #9690)  Remove old debug comments.  Rename variables and
            functions.
This commit is contained in:
K.Takata
2022-02-03 14:32:33 +00:00
committed by Bram Moolenaar
parent 5411910c77
commit a8ec4916ca
2 changed files with 24 additions and 37 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4290,
/**/
4289,
/**/