]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3706: text property highlighting is used on Tab v8.2.3706
authorBram Moolenaar <Bram@vim.org>
Tue, 30 Nov 2021 20:22:49 +0000 (20:22 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 30 Nov 2021 20:22:49 +0000 (20:22 +0000)
commit42eba04522d6be04393f59a9eab47833e7594650
tree7f856ea77f39ef8a296644e11e92f917532c1485
parenteba3b7f6645c8f856132b4c06a009a3b0a44e21c
patch 8.2.3706: text property highlighting is used on Tab

Problem:    Text property highlighting is used on Tab.
Solution:   Only set in_linebreak when not on a Tab. (closes #9242)
src/drawline.c
src/testdir/dumps/Test_prop_after_tab.dump [new file with mode: 0644]
src/testdir/test_textprop.vim
src/version.c