summaryrefslogtreecommitdiff
path: root/src/testdir/view_util.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.1168: wrong highlighting with combination of match and 'cursorline'v8.0.1168Bram Moolenaar2017-09-301-0/+21
| | | | | | Problem: wrong highlighting with combination of match and 'cursorline'. Solution: Use "line_attr" when appropriate. (Ozaki Kiichi, closes #2111) But don't highlight more than one character.
* patch 8.0.0311: linebreak tests are old stylev8.0.0311Bram Moolenaar2017-02-051-0/+30
Problem: Linebreak tests are old style. Solution: Turn the tests into new style. Share utility functions. (Ozaki Kiichi, closes #1444)