summaryrefslogtreecommitdiff
path: root/src/testdir/test_fixeol.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 9.0.0826: if 'endofline' is set CTRL-Z may be written in a wrong placev9.0.0826K.Takata2022-11-011-0/+67
| | | | | | | Problem: If 'endofline' is set the CTRL-Z may be written in the wrong place. Solution: Write CTRL-Z at the end of the file. Update the help to explain the possibilities better. (Ken Takata, closes #11486)
* patch 9.0.0819v9.0.0819Bram Moolenaar2022-10-291-4/+4
|
* patch 9.0.0817v9.0.0817v9.0.0816Bram Moolenaar2022-10-221-6/+6
|
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-0/+3
| | | | | | | 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.1302: still too many old style testsv8.0.1302Bram Moolenaar2017-11-161-0/+48
Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2326)