1
0
forked from aniani/vim

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 #7487)
This commit is contained in:
Bram Moolenaar
2020-12-17 21:35:29 +01:00
parent a79a8944da
commit 8dd46e72cf
3 changed files with 8 additions and 1 deletions

View File

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