mirror of
https://github.com/neovim/neovim.git
synced 2026-04-26 01:04:10 +00:00
Problem: :terminal CWD restoration test may lead to an error log if
after_each() runs before the PTY process calls chdir().
Solution: Wait for some time before wiping the buffer, which can also
prevent SIGHUP being sent to the parent.