]> granicus.if.org Git - vim/commit
patch 9.0.0153: no fold and sign column for virtual text with "below" align v9.0.0153
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Aug 2022 14:59:06 +0000 (15:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Aug 2022 14:59:06 +0000 (15:59 +0100)
commit1306b36a7b63c33b8948a78c71feb087cf83a39d
treee81373fc52cfd6834e86513022f028cea1ce5514
parente2086350d3043fe4e7fece3754d454249459d5c4
patch 9.0.0153: no fold and sign column for virtual text with "below" align

Problem:    No fold and sign column for virtual text with "below" align and
            'nowrap'.
Solution:   Go back to draw state WL_START when moving to the next line.
            (closes #10851)
src/drawline.c
src/testdir/dumps/Test_prop_with_text_after_nowrap_2.dump [new file with mode: 0644]
src/testdir/test_textprop.vim
src/version.c