mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 11:27:26 +10:00
If multiple XTGETTCAP requests are active at once (for example, for requesting the Ms capability and truecolor capabilities), then the TermResponse autocommand may fire for capabilities that were not requested. Instead, make sure that the provided callback is only called for capabilities that were actually requested.