summaryrefslogtreecommitdiff
path: root/src/testdir/test_buffer.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.1736: failure to compile a pattern not tested muchv8.2.1736Bram Moolenaar2020-09-231-0/+1
| | | | | | Problem: Failure to compile a pattern not tested much. Solution: Add tests where a pattern fails to compile. (Yegappan Lakshmanan, closes #7004)
* patch 8.2.1260: there is no good test for CursorHoldv8.2.1260Bram Moolenaar2020-07-211-9/+0
| | | | | | Problem: There is no good test for CursorHold. Solution: Add a test. Remove duplicated test. (Yegappan Lakshmanan, closes #6503
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-2/+2
| | | | | | Problem: assert_fails() checks the last error message. Solution: Check the first error, it is more relevant. Fix all the tests that rely on the old behavior.
* patch 8.2.1046: insufficient tests for src/buffer.cv8.2.1046Bram Moolenaar2020-06-241-0/+204
| | | | | | Problem: Insufficient tests for src/buffer.c. Solution: Add more tests. Move comments related tests to a separate file. (Yegappan Lakshmanan, closes #6325)
* patch 8.2.0576: some errors are not covered by testsv8.2.0576Bram Moolenaar2020-04-131-0/+11
| | | | | Problem: Some errors are not covered by tests. Solution: Add a few more tests. (Dominique Pelle, closes #5920)
* patch 8.2.0426: some errors were not tested forv8.2.0426Bram Moolenaar2020-03-221-0/+1
| | | | | Problem: Some errors were not tested for. Solution: Add tests. (Dominique Pelle, closes #5824)
* patch 8.2.0270: some code not covered by testsv8.2.0270Bram Moolenaar2020-02-171-2/+2
| | | | | Problem: Some code not covered by tests. Solution: Add test cases. (Yegappan Lakshmanan, closes #5649)
* patch 8.2.0261: some code not covered by testsv8.2.0261Bram Moolenaar2020-02-161-0/+91
| | | | | Problem: Some code not covered by tests. Solution: Add test cases. (Yegappan Lakshmanan, closes #5645)
* patch 8.2.0243: insufficient code coverage for ex_docmd.c functionsv8.2.0243Bram Moolenaar2020-02-111-0/+66
Problem: Insufficient code coverage for ex_docmd.c functions. Solution: Add more tests. (Yegappan Lakshmanan, closes #5618)