1
0
forked from aniani/vim

patch 8.2.4630: 'cursorline' not always updated with 'culopt' is "screenline"

Problem:    'cursorline' not always updated with 'cursorlineopt' is
            "screenline".
Solution:   Call check_redraw_cursorline() more often. (closes #10013)
This commit is contained in:
Bram Moolenaar
2022-03-26 13:28:14 +00:00
parent c6c1ec4da5
commit bf269ed0b0
6 changed files with 47 additions and 0 deletions

View File

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