]> granicus.if.org Git - vim/commit
patch 9.0.0714: with 'nowrap' two virtual text below not displayed correctly v9.0.0714
authorBram Moolenaar <Bram@vim.org>
Mon, 10 Oct 2022 14:40:04 +0000 (15:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 10 Oct 2022 14:40:04 +0000 (15:40 +0100)
commit1206c163dbc8caace86e53f375f298af6cfab75a
tree19a25b91dd905d1e02cd997518e08291ccb574bb
parentc601d988b6b1a672f71e3d61f4aaa4f7742a3a21
patch 9.0.0714: with 'nowrap' two virtual text below not displayed correctly

Problem:    With 'nowrap' two virtual text below not displayed correctly.
Solution:   Set text_prop_follows before continuing.  Correct for number
            column. (closes #11333)
src/drawline.c
src/testdir/dumps/Test_text_below_nowrap_1.dump [new file with mode: 0644]
src/testdir/test_textprop.vim
src/version.c