comparison src/version.c @ 16425:e263ace0c9d0 v8.1.1217

patch 8.1.1217: MS-Windows: no space reserved for font quality name commit https://github.com/vim/vim/commit/2155a6abaa5d065ad7b580229321860591126f2e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 27 19:15:45 2019 +0200 patch 8.1.1217: MS-Windows: no space reserved for font quality name Problem: MS-Windows: no space reserved for font quality name. Solution: Add quality_name length if present. (Ken Takata, closes https://github.com/vim/vim/issues/4311)
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Apr 2019 19:30:04 +0200
parents 4182fa3b9f70
children 8c3a1bd270bb
comparison
equal deleted inserted replaced
16424:92d7723ec523 16425:e263ace0c9d0
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1217,
770 /**/ 772 /**/
771 1216, 773 1216,
772 /**/ 774 /**/
773 1215, 775 1215,
774 /**/ 776 /**/