1
0
forked from aniani/vim

patch 8.2.4797: getwininfo() may get oudated values

Problem:    getwininfo() may get oudated values.
Solution:   Make sure w_botline is up-to-date. (closes #10226)
This commit is contained in:
LemonBoy
2022-04-20 19:00:36 +01:00
committed by Bram Moolenaar
parent da1050cd6f
commit 8530b41fd3
3 changed files with 27 additions and 0 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4797,
/**/
4796,
/**/