]> granicus.if.org Git - vim/commit
patch 9.0.0518: virtual text highlight starts too early with 'nowrap' v9.0.0518
authorBram Moolenaar <Bram@vim.org>
Tue, 20 Sep 2022 16:57:53 +0000 (17:57 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 20 Sep 2022 16:57:53 +0000 (17:57 +0100)
commitb84d565c623c00ca40bb4c1269a6860f780dda09
tree5c18d1906e5a916f306738b89187c6c12e23d773
parent320d910064320f894a09ffdd1cd800ff5371e97f
patch 9.0.0518: virtual text highlight starts too early with 'nowrap'

Problem:    Virtual text highlight starts too early with 'nowrap' and 'number'
            set.
Solution:   Add the offset to the attribute skip count. (issue #11138)
src/drawline.c
src/testdir/dumps/Test_prop_below_split_line_3.dump [new file with mode: 0644]
src/testdir/test_textprop.vim
src/version.c