comparison src/version.c @ 16174:0f3c50a68637 v8.1.1092

patch 8.1.1092: setting 'guifont' when maximized resizes the Vim window commit https://github.com/vim/vim/commit/372674fca3250069d8f4943b572474ce077849fd Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 30 20:31:22 2019 +0100 patch 8.1.1092: setting 'guifont' when maximized resizes the Vim window Problem: Setting 'guifont' when maximized resizes the Vim window. When 'guioptions' contains "k" gvim may open with a tiny window. Solution: Avoid un-maximizing when setting 'guifont'. (Yee Cheng Chin, closes #3808)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Mar 2019 20:45:04 +0100
parents 6b0836727cf3
children 4d7ee5609652
comparison
equal deleted inserted replaced
16173:1b998e6cd49b 16174:0f3c50a68637
773 NULL 773 NULL
774 }; 774 };
775 775
776 static int included_patches[] = 776 static int included_patches[] =
777 { /* Add new patch number below this line */ 777 { /* Add new patch number below this line */
778 /**/
779 1092,
778 /**/ 780 /**/
779 1091, 781 1091,
780 /**/ 782 /**/
781 1090, 783 1090,
782 /**/ 784 /**/