Assert should not interrupt Execute when it fails
Open
enhancement
- Dominant language
- Vim Script
- Stars
- 599
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
Assert should [not](https://github.com/junegunn/vader.vim/blob/master/autoload/vader.vim#L120) [throw](https://github.com/junegunn/vader.vim/blob/master/autoload/vader/assert.vim#L57).
```
Execute:
Assert 1 == 0
Assert 1 == 1 " meh
call Cleanup() " meh
```
Probably by saving all errors in something like `g:vader_errors`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.