commit | 10792feebd237aee89270669e509e85cafdfac60 | [log] [tgz] |
---|---|---|
author | Sean Dewar <seandewar@users.noreply.github.com> | Tue Mar 15 09:46:54 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 09:46:54 2022 +0000 |
tree | 0c36b4443c24328d4e7f7ffbc5474f43f4ffdf8a | |
parent | 7a73252063242e88a6966e9d9ae7ea8beb897518 [diff] [blame] |
patch 8.2.4568: getmousepos() does not compute the column below the last line Problem: getmousepos() does not compute the column below the last line. Solution: Also compute the column when the mouse is below the last line. (Sean Dewar, closes #9946)
diff --git a/src/version.c b/src/version.c index 4a4aa75..c4a65f3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4568, +/**/ 4567, /**/ 4566,