]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1083: "above" virtual text breaks cursorlineopt=number v9.1.1183
authorzeertzjq <zeertzjq@outlook.com>
Sat, 8 Mar 2025 15:27:37 +0000 (16:27 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 8 Mar 2025 15:27:37 +0000 (16:27 +0100)
commit62f19541f4215e9b31698a3e0331b0e6421a1f37
tree6999be038c6b82034e2c7dbf592d63f420640702
parent62e822808e364c84e8abfbc4827bf6012e5b32e0
patch 9.1.1083: "above" virtual text breaks cursorlineopt=number

Problem:  "above" virtual text breaks cursorlineopt=number.
Solution: Take "above" virtual text into account when applying
          CursorLineNr highlight.

fixes: #16828
closes: #16829

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/drawline.c
src/testdir/dumps/Test_prop_above_number_3.dump [new file with mode: 0644]
src/testdir/test_textprop.vim
src/version.c