commit | abe628e1bd92ecb85a526348f376891d56bf3ea8 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Sun Jan 23 16:25:17 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 23 16:25:17 2022 +0000 |
tree | ab7624beed8b64a835e5530cf4379b9daea6ca45 | |
parent | f4e88f2152c5975a6f4cfa7ccd745575fe4d1c78 [diff] [blame] |
patch 8.2.4194: MS-Windows: code for calculating font size is duplicated Problem: MS-Windows: code for calculating font size is duplicated. Solution: Move the code to a function. (Ken Takata, closes #9603)
diff --git a/src/version.c b/src/version.c index a5bb606..5eacff8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4194, +/**/ 4193, /**/ 4192,