0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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)
This commit is contained in:
Sean Dewar
2022-03-15 09:46:54 +00:00
committed by Bram Moolenaar
parent 7a73252063
commit 10792feebd
3 changed files with 27 additions and 2 deletions

View File

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