mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 17:28:23 +00:00

While a job callback is active, it may be invoked again. Since the data handled by the first invocation of the callback hasn't been marked as consumed, the subsequent invocation will see the same data. Reported-by: Daniel Hahler Patch-by: oni-link Closes #5889