]> granicus.if.org Git - vim/commit
patch 9.0.0048: cursor in wrong column with mouse click after concealed text v9.0.0048
authorBram Moolenaar <Bram@vim.org>
Sat, 9 Jul 2022 03:56:24 +0000 (04:56 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 9 Jul 2022 03:56:24 +0000 (04:56 +0100)
commitb90818867c089d4987f1a48ee3666674826d6f4b
treee56211c21510cf77f5843aab008901ed410b7df6
parentfee0c4aa99eb0a7a801dade758ce5e04b48c15d1
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.
src/drawline.c
src/globals.h
src/mouse.c
src/screen.c
src/testdir/test_conceal.vim
src/version.c