]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4062: match highlighting of tab too short v8.2.4062
authorBram Moolenaar <Bram@vim.org>
Tue, 11 Jan 2022 13:14:54 +0000 (13:14 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 11 Jan 2022 13:14:54 +0000 (13:14 +0000)
commit0bbca540f7377889e2154aa5731f6eeffcb5c0cc
tree61cc03237b9266b9c7e436b3997c8110e1b6094d
parent0d47ad40274ed9c7ace636b2a4063182c905a2b4
patch 8.2.4062: match highlighting of tab too short

Problem:    Match highlighting of tab too short.
Solution:   Do not stop match highlighting if on a Tab. (Christian Brabandt,
            closes #9507, closes #9500)
src/drawline.c
src/testdir/dumps/Test_match_tab_linebreak.dump [new file with mode: 0644]
src/testdir/test_match.vim
src/version.c