It seems as if `getlinebuf()` in `JobExit()` gets the buffer before the terminal is done writing to it. This results in the output being cut. Might be related to neovim/neovim/issues/4569 or neovim/neovim/issues/3030.
It seems as if
getlinebuf()inJobExit()gets the buffer before the terminal is done writing to it. This results in the output being cut.Might be related to neovim/neovim/issues/4569 or neovim/neovim/issues/3030.