]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0995: padding before virtual text is highlighted v9.0.0995
authorBram Moolenaar <Bram@vim.org>
Fri, 2 Dec 2022 21:50:14 +0000 (21:50 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 2 Dec 2022 21:50:14 +0000 (21:50 +0000)
commit37f088eeade7972bce45b663adaba4bf102a9999
tree0b94c0e1826929cbe36ebf62959952f0e66050d2
parent267db7c3e32e1b55726e72966c75e8549621f9d6
patch 9.0.0995: padding before virtual text is highlighted

Problem:    Padding before virtual text below is highlighted when 'number' and
            'nowrap' are set.
Solution:   Save and restore n_attr_skip. (closes #11643)
src/drawline.c
src/testdir/dumps/Test_prop_below_after_empty_3.dump [new file with mode: 0644]
src/testdir/test_textprop.vim
src/version.c