summaryrefslogtreecommitdiff
path: root/src/testdir/dumps/Test_diff_18.dump
Commit message (Collapse)AuthorAgeFilesLines
* patch 9.0.0336: tests are flaky because of using a common file namev9.0.0336Bram Moolenaar2022-08-301-1/+1
| | | | | Problem: Tests are flaky because of using a common file name. Solution: Rename files and directories to be more unique.
* patch 8.1.1072: extending sign and foldcolumn below the text is confusingv8.1.1072Bram Moolenaar2019-03-291-13/+13
| | | | | | | Problem: Extending sign and foldcolumn below the text is confusing. Solution: Let the sign and foldcolumn stop at the last text line, just like the line number column. Also stop the command line window leader. (Christian Brabandt, closes #3964)
* patch 8.1.0393: not all white space difference options availablev8.1.0393Bram Moolenaar2018-09-151-0/+20
Problem: Not all white space difference options available. Solution: Add "iblank", "iwhiteall" and "iwhiteeol" to 'diffopt'.