mirror of
https://github.com/neovim/neovim.git
synced 2026-01-13 07:51:28 +10: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