1
0
forked from aniani/vim

patch 8.1.2117: CursorLine highlight used while 'cursorline' is off

Problem:    CursorLine highlight used while 'cursorline' is off.
Solution:   Check 'cursorline' is set. (cloes #5017)
This commit is contained in:
Bram Moolenaar
2019-10-05 21:57:12 +02:00
parent 1671de3098
commit 49474ca122
3 changed files with 6 additions and 4 deletions

View File

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