| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | vim-patch:8.1.1660: assert_fails() inside try/catch #10472 | Daniel Hahler | 2019-07-13 |
| | | | | | | Problem: Assert_fails() does not fail inside try/catch. Solution: Set trylevel to zero. (Ozaki Kiichi, closes vim/vim#4639) https://github.com/vim/vim/commit/7780e5c1c5485a979ab6e3914a43e17912e213a8 | ||
| * | vim-patch:8.1.0044: if a test function exists Vim this may go unnoticed | Jan Edmund Lazo | 2019-06-15 |
| Problem: If a test function exists Vim this may go unnoticed. Solution: Check for a test funtion quitting Vim. Fix tests that did exit Vim. https://github.com/vim/vim/commit/8903676d3d4c3fcb37d2a55c67370f30806b1626 Restore test_assert.vim to run Test_zz_quit_detected(). | |||