mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00:00

Doing clear() multiple times in quick succession provokes the
`exit_event` race described in #8813.
- Avoid it by removing unnecessary reset() call.
- Replace unnecessary nested describe() blocks with it() blocks.
ref d4a0b6c4e1