]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1124: No test for 'listchars' "precedes" with double-width char v9.1.1124
authorzeertzjq <zeertzjq@outlook.com>
Thu, 20 Feb 2025 21:04:09 +0000 (22:04 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 20 Feb 2025 21:04:09 +0000 (22:04 +0100)
commit08a83a033a32c0f5bc42eaa63162c21c369cb4ae
tree19ffe5a80dc2d0631bc9cfb757b9d5b53de943cf
parente700ddeea4a29a724d04ff32b57c327ee55ce065
patch 9.1.1124: No test for 'listchars' "precedes" with double-width char

Problem:  No test for 'listchars' "precedes" with double-width char.
Solution: Add a test and fix a typo in code (zeertzjq).

closes: #16675

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