0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

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)
This commit is contained in:
K.Takata
2022-01-23 16:25:17 +00:00
committed by Bram Moolenaar
parent f4e88f2152
commit abe628e1bd
2 changed files with 20 additions and 15 deletions

View File

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