commit | b90818867c089d4987f1a48ee3666674826d6f4b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 04:56:24 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 09 04:56:24 2022 +0100 |
tree | e56211c21510cf77f5843aab008901ed410b7df6 | |
parent | fee0c4aa99eb0a7a801dade758ce5e04b48c15d1 [diff] [blame] |
patch 9.0.0048: cursor in wrong column with mouse click after concealed text Problem: Cursor in wrong column with mouse click after concealed text. Solution: Store the text column when drawing text.
diff --git a/src/version.c b/src/version.c index 2d917a8..21f9199 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 48, +/**/ 47, /**/ 46,