]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1130: 'listchars' "precedes" is not drawn on Tabs. v9.1.1130
authorzeertzjq <zeertzjq@outlook.com>
Fri, 21 Feb 2025 18:49:44 +0000 (19:49 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 21 Feb 2025 18:49:44 +0000 (19:49 +0100)
commit13f100e9328b1344fec79806791eb3f5234d4ccc
treef0178112258f440b121ede16f99d153535590923
parent3cb41489dc8856959c1d586217f141ce057dc373
patch 9.1.1130: 'listchars' "precedes" is not drawn on Tabs.

Problem:  'listchars' "precedes" is not drawn on Tabs.
Solution: Only draw 'listchars' "precedes" when not skipping over cells.
          (zeertzjq)

fixes: #5927
closes: #16691

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/drawline.c
src/testdir/dumps/Test_wincolor_lcs.dump
src/testdir/test_listchars.vim
src/version.c