mirror of
https://github.com/neovim/neovim.git
synced 2025-12-17 20:05:38 +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