diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2940,
+/**/
     2939,
 /**/
     2938,