]> granicus.if.org Git - vim/commit
patch 9.0.0722: virtual text "after" does not show with 'list' set v9.0.0722
authorBram Moolenaar <Bram@vim.org>
Tue, 11 Oct 2022 14:29:50 +0000 (15:29 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 11 Oct 2022 14:29:50 +0000 (15:29 +0100)
commit877151b3d8f6dacca56ce8e7f20fa5b27142d782
treeff676de455aa541563005b93e402a4a2b9352965
parent9466fb8001227a4bc9045e91045426bc40680366
patch 9.0.0722: virtual text "after" does not show with 'list' set

Problem:    Virtual text "after" does not show with 'list' set.
Solution:   Do not break out of the loop when another text prop follows.
            (closes #11337)
src/drawline.c
src/testdir/dumps/Test_props_after_1.dump [new file with mode: 0644]
src/testdir/dumps/Test_props_after_2.dump [new file with mode: 0644]
src/testdir/test_textprop.vim
src/version.c