]> granicus.if.org Git - vim/commit
patch 9.0.0151: a "below" aligned text property does not work with 'nowrap' v9.0.0151
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Aug 2022 12:48:20 +0000 (13:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Aug 2022 12:48:20 +0000 (13:48 +0100)
commit4d91d347e65a5621621ea1e3c97dce2c677ed71d
tree3c1d98bf2b063c86b5568099208ec2fb69c151fc
parent25f40af9d2f04d18c8a276249f2794e83aa5c290
patch 9.0.0151: a "below" aligned text property does not work with 'nowrap'

Problem:    A "below" aligned text property does not work with 'nowrap'.
Solution:   Start a new screen line to display the virtual text.
            (closes #10851)
src/drawline.c
src/misc1.c
src/proto/textprop.pro
src/testdir/dumps/Test_prop_with_text_after_nowrap_1.dump [new file with mode: 0644]
src/testdir/test_textprop.vim
src/textprop.c
src/version.c