mirror of
https://github.com/neovim/neovim.git
synced 2026-01-07 13:53:12 +00:00
Problem:
Job callbacks in termdebug cannot handle partial lines.
Solution:
Add a wrapper function that handles partial lines and only passes full
lines to the real callback.
Fix #22929.
(cherry picked from commit f5601737ee)