comparison src/version.c @ 23213:477f1b4c6826 v8.2.2152

patch 8.2.2152: screenpos() does not include the WinBar offset Commit: https://github.com/vim/vim/commit/8dd46e72cfb13b8de793c808ee009c45e881903a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 17 21:35:29 2020 +0100 patch 8.2.2152: screenpos() does not include the WinBar offset Problem: screenpos() does not include the WinBar offset. Solution: Use W_WINROW() instead of directly using w_window. (closes https://github.com/vim/vim/issues/7487)
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Dec 2020 21:45:04 +0100
parents 96a72f1f6c0c
children 62310124e265
comparison
equal deleted inserted replaced
23212:c9badf8f1544 23213:477f1b4c6826
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 2152,
753 /**/ 755 /**/
754 2151, 756 2151,
755 /**/ 757 /**/
756 2150, 758 2150,
757 /**/ 759 /**/