mirror of
https://github.com/neovim/neovim.git
synced 2025-12-22 14:18:56 +00:00
* fix(chansend): sending lines to terminal in reverse order on Windows #19315 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 (cherry picked from commitd5004aab27) * fixup! fix(chansend): sending lines to terminal in reverse order on Windows #19315 (cherry picked from commitd313491a8b) Co-authored-by: Enan Ajmain <3nan.ajmain@gmail.com> Co-authored-by: Justin M. Keyes <justinkz@gmail.com>