mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 09:19:43 +10: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.