summaryrefslogtreecommitdiff
path: root/src/testdir/test_file_size.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-4/+7
| | | | | | | 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.0.1200: tests switch the bell off twicev8.0.1200Bram Moolenaar2017-10-151-2/+2
| | | | | Problem: Tests switch the bell off twice. Solution: Don't set 'belloff' in individual tests. (Christian Brabandt)
* patch 8.0.1158: still old style testsv8.0.1158Bram Moolenaar2017-09-281-0/+28
| | | | | Problem: Still old style tests. Solution: Convert serveral tests to new style. (Yegappan Lakshmanan)
* patch 8.0.0862: file size test fails on MS-Windowsv8.0.0862Bram Moolenaar2017-08-041-3/+4
| | | | | Problem: File size test fails on MS-Windows. Solution: Set fileformat after opening new buffer. Strip CR.
* patch 8.0.0861: still many old style testsv8.0.0861Bram Moolenaar2017-08-041-0/+29
Problem: Still many old style tests. Solution: Convert several tests to new style. (Yegappan Lakshmanan)