mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
Now that the TUI calls nvim_paste and nvim_input through RPC, the data race is much more likely, as nvim_paste is deferred while nvim_input is not. Add an expect_child_buf_lines() call to avoid the race.