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