summaryrefslogtreecommitdiff
path: root/src/testdir/dumps/Test_display_long_line_1.dump
Commit message (Collapse)AuthorAgeFilesLines
* patch 9.0.1543: display errors when making topline shorterv9.0.1543Luuk van Baal2023-05-111-3/+3
| | | | | | | Problem: Display errors when making topline shorter and 'smoothscroll' is set. Solution: Reset w_skipcol when the topline becomes shorter than its current value. (Luuk van Baal, closes #12367)
* patch 9.0.1502: no test for deleting the end of a long wrapped linev9.0.1502Luuk van Baal2023-04-301-0/+14
Problem: No test for deleting the end of a long wrapped line. Solution: Add a test to check the right text is displayed. (Luuk van Baal, closes #12318)