]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0148: a "below" aligned text property gets 'showbreak' displayed v9.0.0148
authorBram Moolenaar <Bram@vim.org>
Fri, 5 Aug 2022 20:39:30 +0000 (21:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 5 Aug 2022 20:39:30 +0000 (21:39 +0100)
commit3ec3b8e92da8299bcbfd851fa76fccf5403e4097
tree83728edfb8f4190da1fd69c6c77e6ba2a6121b1e
parent50e75fe8d8c8ab262ab5b11d1498e5628044e07c
patch 9.0.0148: a "below" aligned text property gets 'showbreak' displayed

Problem:    A "below" aligned text property gets 'showbreak' displayed.
Solution:   Do not use 'showbreak' before or in virtual text. (issue #10851)
src/drawline.c
src/testdir/test_textprop.vim
src/version.c