mirror of
https://github.com/neovim/neovim.git
synced 2026-01-25 22:26:04 +00:00
The call to plugin_helpers.reset() is redundant with the clear() call above it. Probably just a copy-paste mistake. Avoids exit_event race #8813. Helped-by: Björn Linse <bjorn.linse@gmail.com>