mirror of
https://github.com/neovim/neovim.git
synced 2026-02-02 10:04:29 +00:00
Problem: Tee-Object does not create a file if it does not receive input for example when :grep does not find matches. and so nvim tries to open a nonexistent errorfile causing an error. Solution: use tee.exe instead of Tee-Object