summaryrefslogtreecommitdiff
path: root/src/testdir/test_trycatch.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.1746: Vim9: cannot use "fina" for "finally"v8.2.1746Bram Moolenaar2020-09-261-3/+4
| | | | | Problem: Vim9: Cannot use "fina" for "finally". (Naruhiko Nishino) Solution: Specifically check for "fina". (closes #7020)
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-1/+1
| | | | | | 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.0509: various code is not properly tested.v8.2.0509Bram Moolenaar2020-04-041-3/+1
| | | | | Problem: various code is not properly tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5871)
* patch 8.2.0301: insufficient testing for exception handlingv8.2.0301Bram Moolenaar2020-02-221-6/+171
| | | | | | Problem: Insufficient testing for exception handling and the "attention" prompt. Solution: Add test cases. (Yegappan Lakshmanan, closes #5681)
* patch 8.2.0293: various Ex commands not sufficiently testedv8.2.0293Bram Moolenaar2020-02-211-0/+39
| | | | | Problem: Various Ex commands not sufficiently tested. Solution: Add more test cases. (Yegappan Lakshmanan, closes #5673)
* patch 8.2.0004: get E685 and E931 if buffer reload is interruptedv8.2.0004Bram Moolenaar2019-12-141-2/+25
| | | | | Problem: Get E685 and E931 if buffer reload is interrupted. Solution: Do not abort deleting a dummy buffer. (closes #5361)
* patch 8.1.2246: some tests are still in old stylev8.1.2246Bram Moolenaar2019-11-031-0/+1977
Problem: Some tests are still in old style. Solution: Change a few tests to new style. (Yegappan Lakshmanan)