mirror of
https://github.com/neovim/neovim.git
synced 2026-06-24 08:48:16 +00:00
Problem: Attach-time terminal probes cannot distinguish responses from different attached UIs. Solution: Identify the UI by RPC channel id in `TermResponse` and make `vim.tty.request()` filter responses by channel.