mirror of
https://github.com/neovim/neovim.git
synced 2025-11-30 14:10:50 +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