summaryrefslogtreecommitdiff
path: root/src/testdir/test_textformat.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.0698: insert mode completion not fully testedv8.2.0698Bram Moolenaar2020-05-051-0/+24
| | | | | Problem: Insert mode completion not fully tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #6041)
* patch 8.2.0686: formatoptions not sufficiently testedv8.2.0686Bram Moolenaar2020-05-031-0/+192
| | | | | Problem: Formatoptions not sufficiently tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #6031)
* patch 8.2.0655: search code not sufficiently testedv8.2.0655Bram Moolenaar2020-04-281-1/+25
| | | | | Problem: Search code not sufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5999)
* patch 8.2.0509: various code is not properly tested.v8.2.0509Bram Moolenaar2020-04-041-0/+54
| | | | | Problem: various code is not properly tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5871)
* patch 8.2.0482: channel and sandbox code not sufficiently testedv8.2.0482Bram Moolenaar2020-03-301-2/+82
| | | | | Problem: Channel and sandbox code not sufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5855)
* patch 8.2.0197: some Ex commands not sufficiently testedv8.2.0197Bram Moolenaar2020-02-021-0/+15
| | | | | Problem: Some Ex commands not sufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5565)
* patch 8.2.0180: test for wrapmargin fails if terminal is not 80 columnsv8.2.0180Bram Moolenaar2020-01-301-3/+4
| | | | | Problem: Test for wrapmargin fails if terminal is not 80 columns. Solution: Vertical split the window. (Ken Takata, closes #5554)
* patch 8.2.0174: various commands not completely testedv8.2.0174Bram Moolenaar2020-01-291-0/+8
| | | | | Problem: Various commands not completely tested. Solution: Add more test cases. (Yegappan Lakshmanan, closes #5551)
* patch 8.2.0016: test name used twice, option not restored properlyv8.2.0016Bram Moolenaar2019-12-171-2/+2
| | | | | Problem: Test name used twice, option not restored properly. Solution: Rename function, restore option with "&".
* patch 8.2.0014: test69 and test95 are old stylev8.2.0014Bram Moolenaar2019-12-161-0/+423
| | | | | Problem: Test69 and test95 are old style. Solution: Convert to new style tests. (Yegappan Lakshmanan, closes #5365)
* patch 8.1.2198: crash when using :center in autocommandv8.1.2198Bram Moolenaar2019-10-211-0/+20
| | | | | Problem: Crash when using :center in autocommand. Solution: Bail out early for an empty line. (Dominique pelle, closes #5095)
* patch 8.1.0728: cannot avoid breaking after a single space.v8.1.0728Bram Moolenaar2019-01-111-0/+26
| | | | | Problem: Cannot avoid breaking after a single space. Solution: Add the 'p' flag to 'formatoptions'. (Tom Ryder)
* patch 8.1.0671: cursor in the wrong column after auto-formattingv8.1.0671Bram Moolenaar2018-12-311-0/+11
| | | | | Problem: Cursor in the wrong column after auto-formatting. Solution: Check for deleting more spaces than adding. (closes #3748)
* patch 8.0.1447: still too many old style testsv8.0.1447Bram Moolenaar2018-01-311-0/+286
| | | | | | Problem: Still too many old style tests. Solution: Turn a few tests into new style. (Yegappan Lakshmanan, closes #2509)
* patch 8.0.1302: still too many old style testsv8.0.1302Bram Moolenaar2017-11-161-0/+168
Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2326)