summaryrefslogtreecommitdiff
path: root/src/testdir/test_blockedit.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.2400: test39 is old stylev8.1.2400Bram Moolenaar2019-12-061-1/+0
| | | | | | Problem: Test39 is old style. Solution: Convert the test cases into new style. (Yegappan Lakshmanan, closes #5324)
* patch 8.0.1779: deleting in a block selection causes problemsv8.0.1779Bram Moolenaar2018-04-301-0/+13
| | | | | | Problem: Deleting in a block selection causes problems. Solution: Check the length of the line before adding bd.textcol and bd.textlen. (Christian Brabandt, closes #2825)
* patch 8.0.1682: auto indenting breaks inserting a blockv8.0.1682Bram Moolenaar2018-04-101-0/+20
Problem: Auto indenting breaks inserting a block. Solution: Do not check for cursor movement if indent was changed. (Christian Brabandt, closes #2778)