commit | 8dd46e72cfb13b8de793c808ee009c45e881903a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 17 21:35:29 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 17 21:35:29 2020 +0100 |
tree | aeab92f8eecfaacb74b8c94674f5c4408cc4d4fc | |
parent | a79a8944dade9115ccaa5a06a076dfb257e56c62 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 43daa6d..3e64518 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2152, +/**/ 2151, /**/ 2150,