mirror of
https://github.com/neovim/neovim.git
synced 2026-06-22 19:29:43 +00:00
Problem: If shell-test finishes before the next RPC call, TermClose has already been triggered, so the test fails. Solution: Add INTERACT argument so that shell-test keeps running.