commit | 017ba07fa2cdc578245618717229444fd50c470d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 14 21:01:23 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 14 21:01:23 2019 +0200 |
tree | d848d329da08cbda1e846d6e7acf1a440f61d667 | |
parent | d9b0d83b13d2691e4544709abd87eac004715175 [diff] [blame] |
patch 8.1.2029: cannot control 'cursorline' highlighting well Problem: Cannot control 'cursorline' highlighting well. Solution: Add "screenline". (Christian Brabandt, closes #4933)
diff --git a/src/version.c b/src/version.c index f76dde7..76476bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2029, +/**/ 2028, /**/ 2027,