comparison src/version.c @ 28546:65ff2409cba4 v8.2.4797

patch 8.2.4797: getwininfo() may get oudated values Commit: https://github.com/vim/vim/commit/8530b41fd3872c9a1349b083470d565677948518 Author: LemonBoy <thatlemon@gmail.com> Date: Wed Apr 20 19:00:36 2022 +0100 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 https://github.com/vim/vim/issues/10226)
author Bram Moolenaar <Bram@vim.org>
date Wed, 20 Apr 2022 20:15:03 +0200
parents 22345596a270
children a54564337e89
comparison
equal deleted inserted replaced
28545:d89bd590e2b3 28546:65ff2409cba4
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4797,
749 /**/ 751 /**/
750 4796, 752 4796,
751 /**/ 753 /**/
752 4795, 754 4795,
753 /**/ 755 /**/