neovim/runtime/pack/dist
Sean Dewar af78060b18
fix(termdebug): trim suffixed "\r" in CommOutput
Vim splits lines on "\r", then trims any prefixed "\n".

But in Nvim, job output lines are split on "\n" (like readfile() in binary
mode), so trim any suffixed "\r" instead.

This gets rid of the trailing "^M" character in messages parsed from the jobs.
2023-08-25 10:59:56 +01:00
..
opt fix(termdebug): trim suffixed "\r" in CommOutput 2023-08-25 10:59:56 +01:00