summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_textformat.vim
AgeCommit message (Collapse)Author
2021-04-02patch 8.2.2694: when 'matchpairs' is empty every character beepsv8.2.2694Bram Moolenaar
Problem: When 'matchpairs' is empty every character beeps. (Marco Hinz) Solution: Bail out when no character in 'matchpairs' was found. (closes #8053) Add assert_nobeep().
2021-03-13patch 8.2.2592: code coverage could be improvedv8.2.2592Bram Moolenaar
Problem: Code coverage could be improved. Solution: Add a few more tests. (Dominique Pellé, closes #7957)
2020-12-20patch 8.2.2166: auto format doesn't work when deleting textv8.2.2166Bram Moolenaar
Problem: Auto format doesn't work when deleting text. Solution: Make "x" trigger auto format. (closes #7504)
2020-06-24patch 8.2.1046: insufficient tests for src/buffer.cv8.2.1046Bram Moolenaar
Problem: Insufficient tests for src/buffer.c. Solution: Add more tests. Move comments related tests to a separate file. (Yegappan Lakshmanan, closes #6325)
2020-06-20patch 8.2.1022: various parts of code not covered by testsv8.2.1022Bram Moolenaar
Problem: Various parts of code not covered by tests. Solution: Add more tests. (Yegappan Lakshmanan, closes #6300)
2020-05-05patch 8.2.0698: insert mode completion not fully testedv8.2.0698Bram Moolenaar
Problem: Insert mode completion not fully tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #6041)
2020-05-03patch 8.2.0686: formatoptions not sufficiently testedv8.2.0686Bram Moolenaar
Problem: Formatoptions not sufficiently tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #6031)
2020-04-28patch 8.2.0655: search code not sufficiently testedv8.2.0655Bram Moolenaar
Problem: Search code not sufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5999)
2020-04-04patch 8.2.0509: various code is not properly tested.v8.2.0509Bram Moolenaar
Problem: various code is not properly tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5871)
2020-03-30patch 8.2.0482: channel and sandbox code not sufficiently testedv8.2.0482Bram Moolenaar
Problem: Channel and sandbox code not sufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5855)
2020-02-02patch 8.2.0197: some Ex commands not sufficiently testedv8.2.0197Bram Moolenaar
Problem: Some Ex commands not sufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5565)
2020-01-30patch 8.2.0180: test for wrapmargin fails if terminal is not 80 columnsv8.2.0180Bram Moolenaar
Problem: Test for wrapmargin fails if terminal is not 80 columns. Solution: Vertical split the window. (Ken Takata, closes #5554)
2020-01-29patch 8.2.0174: various commands not completely testedv8.2.0174Bram Moolenaar
Problem: Various commands not completely tested. Solution: Add more test cases. (Yegappan Lakshmanan, closes #5551)
2019-12-17patch 8.2.0016: test name used twice, option not restored properlyv8.2.0016Bram Moolenaar
Problem: Test name used twice, option not restored properly. Solution: Rename function, restore option with "&".
2019-12-16patch 8.2.0014: test69 and test95 are old stylev8.2.0014Bram Moolenaar
Problem: Test69 and test95 are old style. Solution: Convert to new style tests. (Yegappan Lakshmanan, closes #5365)
2019-10-21patch 8.1.2198: crash when using :center in autocommandv8.1.2198Bram Moolenaar
Problem: Crash when using :center in autocommand. Solution: Bail out early for an empty line. (Dominique pelle, closes #5095)
2019-01-11patch 8.1.0728: cannot avoid breaking after a single space.v8.1.0728Bram Moolenaar
Problem: Cannot avoid breaking after a single space. Solution: Add the 'p' flag to 'formatoptions'. (Tom Ryder)
2018-12-31patch 8.1.0671: cursor in the wrong column after auto-formattingv8.1.0671Bram Moolenaar
Problem: Cursor in the wrong column after auto-formatting. Solution: Check for deleting more spaces than adding. (closes #3748)
2018-01-31patch 8.0.1447: still too many old style testsv8.0.1447Bram Moolenaar
Problem: Still too many old style tests. Solution: Turn a few tests into new style. (Yegappan Lakshmanan, closes #2509)
2017-11-16patch 8.0.1302: still too many old style testsv8.0.1302Bram Moolenaar
Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2326)