commit | 189663bdac1156237c49925f77bd197c1bdea12c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 21 18:04:56 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 21 18:04:56 2021 +0200 |
tree | 3d8aae555cf828d371f727d182e64a6a38c9d763 | |
parent | 11d7e62f1d29fdd7a88b86131b7bbb853f29fe8b [diff] [blame] |
patch 8.2.3193: screenpos() is wrong when 'display' is "lastline" Problem: screenpos() is wrong when the last line is partially visible and 'display' is "lastline". Solution: Also compute the position for a partially visible line. (closes #8599)
diff --git a/src/version.c b/src/version.c index cd20693..9533c88 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3193, +/**/ 3192, /**/ 3191,