commit | 533870a98501fac2b51ef4bc489fac3a055a41a9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 15:52:44 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 15:52:44 2022 +0000 |
tree | 5e103e13fcad08f63083daf20c07995895c419e3 | |
parent | e850439a561d8e7153b987473d768fe9696e9afa [diff] [blame] |
patch 8.2.4559: getmousepos() returns the screen column Problem: getmousepos() returns the screen column. (Ernie Rael) Solution: Return the text column, as documented.
diff --git a/src/version.c b/src/version.c index f211594..a8a8a64 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4559, +/**/ 4558, /**/ 4557,