comparison src/version.c @ 24804:324086c6f757 v8.2.2940

patch 8.2.2940: MS-Windows: cannot see the size when resizing Commit: https://github.com/vim/vim/commit/4f2417ffeedbb687a59a36547e8143724a86bb31 Author: K.Takata <kentkt@csc.jp> Date: Sat Jun 5 16:25:32 2021 +0200 patch 8.2.2940: MS-Windows: cannot see the size when resizing Problem: MS-Windows: cannot see the size of the text area when resizing the gvim window. Solution: Show a tooltip with the text size. (Ken Takata, closes #8326)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Jun 2021 16:30:03 +0200
parents 7342df6f02bb
children 28127371aa18
comparison
equal deleted inserted replaced
24803:ff842afd8e12 24804:324086c6f757
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 2940,
753 /**/ 755 /**/
754 2939, 756 2939,
755 /**/ 757 /**/
756 2938, 758 2938,
757 /**/ 759 /**/