]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1813: linebreak incorrect drawn with breakindent v9.0.1813
authorzeertzjq <zeertzjq@outlook.com>
Mon, 28 Aug 2023 19:20:16 +0000 (21:20 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 28 Aug 2023 19:21:46 +0000 (21:21 +0200)
commit1d3e0e8f3110a7807431eae056914ccea57b057b
tree9645ae44d0b927957ea7b0dcf9804bb497fb3e03
parent93ebb5e75e564403624314c84c97293427d001d6
patch 9.0.1813: linebreak incorrect drawn with breakindent

Problem: 'linebreak' is incorrectly drawn after 'breakindent'.
Solution: Don't include 'breakindent' size when already after it.

closes: #12937
closes: #12940

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