]> granicus.if.org Git - vim/commit
patch 9.0.0357: 'linebreak' interferes with text property highlight v9.0.0357
authorBram Moolenaar <Bram@vim.org>
Fri, 2 Sep 2022 12:26:29 +0000 (13:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 2 Sep 2022 12:26:29 +0000 (13:26 +0100)
commitcf2bb633978a3d2d5bba06611c95e15170662c15
treed08fe428c78f2e0e92dcfe40ba8c1582cd53486b
parenta02a8a4d849906ae100f46f23642b5f7d1bd314e
patch 9.0.0357: 'linebreak' interferes with text property highlight

Problem:    'linebreak' interferes with text property highlight if there is
            syntax highlighting.
Solution:   Check the text prop attributes after combining with syntax
            attributes. (closes #11035)
src/drawline.c
src/testdir/dumps/Test_prop_linebreak_1.dump [moved from src/testdir/dumps/Test_prop_linebreak.dump with 65% similarity]
src/testdir/dumps/Test_prop_linebreak_2.dump [new file with mode: 0644]
src/testdir/test_textprop.vim
src/version.c