summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_cursorline.vim
AgeCommit message (Collapse)Author
2019-10-05patch 8.1.2117: CursorLine highlight used while 'cursorline' is offv8.1.2117Bram Moolenaar
Problem: CursorLine highlight used while 'cursorline' is off. Solution: Check 'cursorline' is set. (cloes #5017)
2019-09-14patch 8.1.2029: cannot control 'cursorline' highlighting wellv8.1.2029Bram Moolenaar
Problem: Cannot control 'cursorline' highlighting well. Solution: Add "screenline". (Christian Brabandt, closes #4933)
2019-09-09patch 8.1.2019: 'cursorline' always highlights the whole linev8.1.2019Bram Moolenaar
Problem: 'cursorline' always highlights the whole line. Solution: Add 'cursorlineopt' to specify what is highlighted. (closes #4693)