commit | 7924a17791217d50be5a91989a9641bf68e7a735 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 16:15:15 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 16:15:15 2022 +0000 |
tree | b26e3fd8e77637d96eedf74a47996372b8a312b6 | |
parent | 502d8ae3e8ed8b6f8dd2ff175f154f9aa87228ef [diff] [blame] |
patch 8.2.4204: screenpos() has non-zero row for invisible text Problem: screenpos() has non-zero row for invisible text. Solution: Only add the window row when the text is visible. (closes #9618)
diff --git a/src/version.c b/src/version.c index c75fe99..2208c1c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4204, +/**/ 4203, /**/ 4202,