Richard Adenling
Richard Adenling
This fixes a problem with 2D viewports not taking the camera position into consideration when previewed in the editor. This is based on the fix done in PR #40677 (which...
This fixes a problem with 2D viewports not taking the camera position into consideration when previewed in the editor. Backport of #69644. Fixes #40441
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...