mirror of
https://github.com/neovim/neovim.git
synced 2026-01-05 10:57:11 +10: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