commit | 49474ca12236776bb56aeb9d39bd6592e28157c7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 05 21:57:12 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 05 21:57:12 2019 +0200 |
tree | 99b57d9464cf8e999ed19cb47b605b1ec1bcb689 | |
parent | 1671de3098b7ab663398dd694b314e7f67a93411 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 11bfd68..fa4930b 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2117, +/**/ 2116, /**/ 2115,