mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 06:48:17 +00:00

Problem: `chansend()` on Windows sends lines in reverse order. Cause: Using \n instead of \r\n for newlines on Windows. Solution: on Windows, use CRLF newline characters. Fixes #18501