]> granicus.if.org Git - vim/commit
patch 9.0.0725: virtual text "after" wraps to next line when 'wrap' is off v9.0.0725
authorBram Moolenaar <Bram@vim.org>
Tue, 11 Oct 2022 20:02:09 +0000 (21:02 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 11 Oct 2022 20:02:09 +0000 (21:02 +0100)
commit7e017461e21ac534f8a0d59c1165d11358c69d87
treeea89af10bbb69abf0fe0f55a23002f54ba6490e1
parenta275f2cdcc4353e7653a69c7c818422db5da599d
patch 9.0.0725: virtual text "after" wraps to next line when 'wrap' is off

Problem:    Virtual text "after" wraps to next line even when 'wrap' is off
            and 'list' is set.
Solution:   Do not use the minimum width when 'wrap' is off. (issue #11336)
src/drawline.c
src/testdir/dumps/Test_text_after_nowrap_5.dump [new file with mode: 0644]
src/testdir/test_textprop.vim
src/version.c