vim-vspec
vim-vspec copied to clipboard
Improve behavior on failure in before/after blocks
:before/:after blocks are not in :try blocks. If an exception thrown from one of :before/:after blocks is not caught, it causes "Bail out". But it would be better to continue running further examples.
The current behavior is annoying if users want to run tests for a specific platform.