]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2151: 'breakindent' is not drawn after diff filler lines v9.0.2151
authorzeertzjq <zeertzjq@outlook.com>
Tue, 5 Dec 2023 14:47:09 +0000 (15:47 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 5 Dec 2023 14:49:47 +0000 (15:49 +0100)
commit588f20decebebedba3ad733f4f443a597e9747c3
treeaa29da0cf6e21746dc25a6854d657441a6f3fb18
parent2103a56eab5a935f3c14c6e0b1610ff16fc8678f
patch 9.0.2151: 'breakindent' is not drawn after diff filler lines

Problem:  'breakindent' is not drawn after diff filler lines.
Solution: Correct check for whether 'breakindent' should be drawn.

closes: #13624

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/drawline.c
src/testdir/dumps/Test_diff_breakindent_after_filler.dump [new file with mode: 0644]
src/testdir/test_diffmode.vim
src/version.c