summaryrefslogtreecommitdiff
path: root/src/testdir/samples
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.1298: missing test filev8.0.1298Bram Moolenaar2017-11-141-0/+0
| | | | | Problem: Missing test file. Solution: Add samples/test000. (Christian Brabandt)
* patch 7.4.1953v7.4.1953Bram Moolenaar2016-06-261-2/+3
| | | | | Problem: Not all parts of the quickfix code are tested. Solution: Add more tests. (Yegappan Lakshmanan)
* patch 7.4.1802v7.4.1802Bram Moolenaar2016-04-301-0/+3
| | | | | Problem: Quickfix doesn't handle long lines well, they are split. Solution: Drop characters after a limit. (Anton Lindqvist)
* updated for version 7.4.497v7.4.497Bram Moolenaar2014-11-051-0/+6
Problem: With some regexp patterns the NFA engine uses many states and becomes very slow. To the user it looks like Vim freezes. Solution: When the number of states reaches a limit fall back to the old engine. (Christian Brabandt)