commit | 4f2417ffeedbb687a59a36547e8143724a86bb31 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Sat Jun 05 16:25:32 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 05 16:25:32 2021 +0200 |
tree | 0d1b1c4584f543fa74fd0db5e13066c20da01fee | |
parent | 84e9ade826e7a6a03e0ff5cd9a35b48c4d88367e [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b3de4a3..e244d4b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2940, +/**/ 2939, /**/ 2938,