commit | 17822c507c03d509037c9ee5eee5cfbb201b3f01 | [log] [tgz] |
---|---|---|
author | Yee Cheng Chin <ychin.git@gmail.com> | Thu Oct 13 13:17:40 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 13 13:17:40 2022 +0100 |
tree | 71ab21115f394f99e74d76a56ccde2e124613dd9 | |
parent | 91ccbad5ded8bcf2cc93a873ff2c3179b0c548c7 [diff] [blame] |
patch 9.0.0739: mouse column not correctly used for popup_setpos Problem: Mouse column not correctly used for popup_setpos. Solution: Adjust off-by-one error and handle Visual line selection properly. (Yee Cheng Chin, closes #11356)
diff --git a/src/version.c b/src/version.c index e3a6f36..4014da6 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 739, +/**/ 738, /**/ 737,