mirror of
https://github.com/neovim/neovim.git
synced 2026-04-02 05:39:26 +00:00
cmd.exe (shell) is faster and more reliable than powershell (.NET frontend). It's best for short and basic tests that don't require non-trivial scripting. cmd.exe doesn't support sleep so use powershell's Start-Sleep as substitute.