summaryrefslogtreecommitdiff
path: root/src/testdir/test_buffer.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.3153: URLs with a dash in the scheme are not recognizedv8.2.3153Tsuyoshi CHO2021-07-111-0/+29
| | | | | | Problem: URLs with a dash in the scheme are not recognized. Solution: Allow for a scheme with a dash, but not at the start or end. (Tsuyoshi CHO, closes #8299)
* patch 8.2.2873: not enough tests for writing buffersv8.2.2873Yegappan Lakshmanan2021-05-191-0/+20
| | | | | Problem: Not enough tests for writing buffers. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #8229)
* patch 8.2.1967: the session file does not restore the alternate filev8.2.1967Bram Moolenaar2020-11-071-0/+7
| | | | | | | Problem: The session file does not restore the alternate file. Solution: Add ":balt". Works like ":badd" and also sets the buffer as the alternate file. Use it in the session file. (closes #7269, closes #6714)
* patch 8.2.1904: still using default option values after using ":badd +1"v8.2.1904Bram Moolenaar2020-10-251-1/+1
| | | | | | Problem: Still using default option values after using ":badd +1". Solution: Find a window where options were set. Don't set the window when using ":badd".
* patch 8.2.1903: buffer test fails with normal featuresv8.2.1903Bram Moolenaar2020-10-251-2/+2
| | | | | Problem: Buffer test fails with normal features. Solution: Use 'numberwidth' instead of 'conceallevel' in the test.
* patch 8.2.1902: default option values changed with :badd for existing bufferv8.2.1902Bram Moolenaar2020-10-251-0/+12
| | | | | | Problem: Default option values are changed when using :badd for an existing buffer. Solution: When calling buflist_new() pass a zero line number. (closes #7195)
* 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)