mirror of
https://github.com/neovim/neovim.git
synced 2026-03-13 20:45:47 +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.