]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1851: breakindent missing by virt text v9.0.1851
authorzeertzjq <zeertzjq@outlook.com>
Sat, 2 Sep 2023 19:55:00 +0000 (21:55 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 2 Sep 2023 19:55:00 +0000 (21:55 +0200)
commit3c3cf1d6892103a1ce6bab7f3546447d85fb5d1c
tree59f1075c4be0be2b967213728c7bd225b2d0efb4
parent32f3461465a26192172734584c4cbab6e55e2b7f
patch 9.0.1851: breakindent missing by virt text

Problem:  Virtual text at a column causes 'breakindent' and 'showbreak'
          to be missing (after patch 9.0.1124).
Solution: Add check for "tp_col" in another place where TP_FLAG_WRAP is
          checked.

closes: #12769
closes: #13008
closes: #13010

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
src/drawline.c
src/testdir/test_textprop.vim
src/version.c