mirror of
https://github.com/neovim/neovim.git
synced 2026-05-22 12:54:18 +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.