summaryrefslogtreecommitdiff
path: root/src/testdir/dumps/Test_diff_06.2.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-8/+8
| | | | | | | 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.0956: using context:0 in 'diffopt' does not work wellv8.1.0956Bram Moolenaar2019-02-191-0/+20
Problem: Using context:0 in 'diffopt' does not work well. Solution: Make zero context do the same as one line context. (closes #4005)