Files
neovim/test/functional/core
zeertzjq 6291256868 fix(process): avoid buffering unnecessary UI event with PTY CWD (#37582)
Problem:
Calling os_chdir() to change the child processes' CWD may cause some
unnecessary UI events to be buffered. These UI events don't go anywhere
as execvp() is called before flushing the UI buffer.

Solution:
Use uv_chdir() instead of os_chdir(). Also fix getting error string
incorrectly. Add test for the current behavior.
2026-01-28 06:50:49 +08:00
..
2025-04-27 13:40:46 -07:00
2026-01-20 07:09:15 +08:00
2025-12-30 01:44:52 -05:00
2024-04-23 18:17:04 +02:00