comparison src/version.c @ 27332:251cae25bb49 v8.2.4194

patch 8.2.4194: MS-Windows: code for calculating font size is duplicated Commit: https://github.com/vim/vim/commit/abe628e1bd92ecb85a526348f376891d56bf3ea8 Author: K.Takata <kentkt@csc.jp> Date: Sun Jan 23 16:25:17 2022 +0000 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 https://github.com/vim/vim/issues/9603)
author Bram Moolenaar <Bram@vim.org>
date Sun, 23 Jan 2022 17:30:04 +0100
parents aeadf4315bef
children c3d0f82f67d5
comparison
equal deleted inserted replaced
27331:4c48fffadb81 27332:251cae25bb49
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4194,
753 /**/ 755 /**/
754 4193, 756 4193,
755 /**/ 757 /**/
756 4192, 758 4192,
757 /**/ 759 /**/