comparison src/version.c @ 16007:6d869997a8b7 v8.1.1009

patch 8.1.1009: MS-Windows: some text is not baseline aligned commit https://github.com/vim/vim/commit/1f271efbbb2004c3e1b90492a3585a6d9ebd7893 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 16 15:24:42 2019 +0100 patch 8.1.1009: MS-Windows: some text is not baseline aligned Problem: MS-Windows: some text is not baseline aligned. Solution: Use bottom alignment. (Taro Muraoka, closes https://github.com/vim/vim/issues/4116, closes https://github.com/vim/vim/issues/1520)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Mar 2019 15:30:06 +0100
parents ce8f501c9ce2
children 3b524e8110ab
comparison
equal deleted inserted replaced
16006:00dc01180daa 16007:6d869997a8b7
777 NULL 777 NULL
778 }; 778 };
779 779
780 static int included_patches[] = 780 static int included_patches[] =
781 { /* Add new patch number below this line */ 781 { /* Add new patch number below this line */
782 /**/
783 1009,
782 /**/ 784 /**/
783 1008, 785 1008,
784 /**/ 786 /**/
785 1007, 787 1007,
786 /**/ 788 /**/