commit | 986b0fd0c550d9834a3cc45dd87555c13152c391 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 12:06:07 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 12:06:07 2022 +0000 |
tree | b3530c9948abf4198766e3695bd5402028fd1972 | |
parent | badf04f5c219743cd6645ff1f1fe88badf4af4c5 [diff] [blame] |
patch 8.2.4555: getmousepos() returns the wrong column Problem: getmousepos() returns the wrong column. (Ernie Rael) Solution: Limit to the text size, not the number of bytes.
diff --git a/src/version.c b/src/version.c index bdd9dd8..20b5a03 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4555, +/**/ 4554, /**/ 4553,