]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2144: Text properties causes wrong line wrapping v9.0.2144
authorzeertzjq <zeertzjq@outlook.com>
Sun, 3 Dec 2023 16:50:47 +0000 (17:50 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 3 Dec 2023 16:50:47 +0000 (17:50 +0100)
commit4e26a9aab6ad0ceb6bab0fd70e1031abb429f233
tree87581217708b233d30ccb37f2258ab9045d0deae
parentc089c3816b7109a6f12bd8e7bdd7cba071ce840d
patch 9.0.2144: Text properties causes wrong line wrapping

Problem:  Text properties causes wrong line wrapping to be drawn.
Solution: Find the index of the last text property that inserts text.

closes: #13611

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/drawline.c
src/testdir/dumps/Test_prop_in_empty_popup.dump [new file with mode: 0644]
src/testdir/test_textprop.vim
src/version.c