summaryrefslogtreecommitdiff
path: root/src/testdir/test_hlsearch.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar2020-09-041-1/+1
| | | | | Problem: Tests do not check the error number properly.0 Solution: Add a colon after the error number. (closes #6869)
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-3/+5
| | | | | | | Problem: Various inconsistencies in test files. Solution: Add modelines where they were missing. Use Check commands instead of silently skipping over tests. Adjust indents and comments. (Ken Takata, closes #6695)
* patch 8.1.0711: test files still use function!v8.1.0711Bram Moolenaar2019-01-091-2/+2
| | | | | Problem: Test files still use function!. Solution: Remove the exclamation mark. Fix overwriting a function.
* patch 8.1.0344: 'hlsearch' highlighting has a gap after /$v8.1.0344Bram Moolenaar2018-09-021-1/+13
| | | | | Problem: 'hlsearch' highlighting has a gap after /$. Solution: Remove suspicious code. (Ricky Zhou, closes #3400)
* patch 8.0.0646: the hlsearch test fails on fast systemsv8.0.0646Bram Moolenaar2017-06-171-2/+3
| | | | | | Problem: The hlsearch test fails on fast systems. Solution: Make the search pattern slower. Fix that the old regexp engine doesn't timeout properly.
* patch 8.0.0645: no error for illegal back reference in NFA enginev8.0.0645Bram Moolenaar2017-06-171-2/+2
| | | | | | Problem: The new regexp engine does not give an error for using a back reference where it is not allowed. (Dominique Pelle) Solution: Check the back reference like the old engine. (closes #1774)
* patch 8.0.0644: the timeout for 'hlsearch' is not testedv8.0.0644Bram Moolenaar2017-06-171-0/+18
| | | | | Problem: There is no test for 'hlsearch' timing out. Solution: Add a test.
* patch 7.4.2343v7.4.2343Bram Moolenaar2016-09-071-0/+34
Problem: Too many old file tests. Solution: Turn several into new style tests. (Yegappan Lakshmanan)