summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_blockedit.vim
AgeCommit message (Collapse)Author
2023-01-28patch 9.0.1257: code style is not check in test scriptsv9.0.1257Bram Moolenaar
Problem: Code style is not check in test scripts. Solution: Add basic code style check for test files.
2022-09-27patch 9.0.0612: blockedit test passes with wrong resultv9.0.0612Bram Moolenaar
Problem: Blockedit test passes with wrong result. Solution: Add a "vim9script" line to make indenting work.
2022-09-27patch 9.0.0609: blockedit test fails because of wrong indentv9.0.0609Bram Moolenaar
Problem: Blockedit test fails because of wrong indent. Solution: Adjust the expected text temporarily
2021-11-27patch 8.2.3687: blockwise insert does not handle autoindent properlyv8.2.3687Bram Moolenaar
Problem: Blockwise insert does not handle autoindent properly when tab is inserted. Solution: Adjust text column for indent before computing column. (closes #9229)
2021-11-27patch 8.2.3684: blockwise insert does not handle autoindent properlyv8.2.3684Bram Moolenaar
Problem: Blockwise insert does not handle autoindent properly. Solution: Adjust text column for indent. (closes #9229)
2021-06-29patch 8.2.3073: when cursor is move for block append wrong text is insertedv8.2.3073Bram Moolenaar
Problem: When cursor is move for block append wrong text is inserted. Solution: Calculate an offset. (Christian Brabandt, closes #8433, closes #8288)
2020-08-12patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar
Problem: Various inconsistencies in test files. Solution: Add modelines where they were missing. Use Check commands instead of silently skipping over tests. Adjust indents and comments. (Ken Takata, closes #6695)
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)