summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_blockedit.vim
AgeCommit message (Collapse)Author
2019-12-06patch 8.1.2400: test39 is old stylev8.1.2400Bram Moolenaar
Problem: Test39 is old style. Solution: Convert the test cases into new style. (Yegappan Lakshmanan, closes #5324)
2018-04-30patch 8.0.1779: deleting in a block selection causes problemsv8.0.1779Bram Moolenaar
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)
2018-04-10patch 8.0.1682: auto indenting breaks inserting a blockv8.0.1682Bram Moolenaar
Problem: Auto indenting breaks inserting a block. Solution: Do not check for cursor movement if indent was changed. (Christian Brabandt, closes #2778)