mirror of
https://github.com/neovim/neovim.git
synced 2026-09-16 02:42:13 +00:00
The async nature of feed_command caused a race condition on the calls to delete, leaving the files on the root of the repo. Just use os.remove and no need to wipeout.