1
0
forked from aniani/vim

patch 9.0.0982: 'cursorline' not drawn before virtual text below

Problem:    'cursorline' not drawn before virtual text below.
Solution:   Add the 'cursorline' attribute to the empty space. (closes #11647)
This commit is contained in:
Bram Moolenaar
2022-12-01 18:38:02 +00:00
parent c3f1881aed
commit 45e4eead2a
4 changed files with 92 additions and 41 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
982,
/**/
981,
/**/