1
0
forked from aniani/vim

patch 8.2.4559: getmousepos() returns the screen column

Problem:    getmousepos() returns the screen column. (Ernie Rael)
Solution:   Return the text column, as documented.
This commit is contained in:
Bram Moolenaar
2022-03-13 15:52:44 +00:00
parent e850439a56
commit 533870a985
3 changed files with 18 additions and 12 deletions

View File

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