mirror of
https://github.com/neovim/neovim.git
synced 2026-05-05 21:45:05 +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.