diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-10-11 09:45:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-11 09:45:44 +0800 |
commit | 25665b365c2f8f3a81866f500da725e59be10389 (patch) | |
tree | 5cf2997ceffd4fee584a352268a919d088f54f8f /runtime/lua/vim/_editor.lua | |
parent | 6f1601a1b94e6ea724d8436600c64760525d1d2b (diff) | |
download | rneovim-25665b365c2f8f3a81866f500da725e59be10389.tar.gz rneovim-25665b365c2f8f3a81866f500da725e59be10389.tar.bz2 rneovim-25665b365c2f8f3a81866f500da725e59be10389.zip |
test(tui_spec): better prevent race between paste and input (#30751)
Problem:
Using a single RPC request to child server isn't enough to prevent race
between nvim_paste and nvim_input.
Solution:
Ensure both child client and child server have processed pending events
by sending an empty DCS response to the child client and waiting for
TermResponse autocommand on the child server.
Diffstat (limited to 'runtime/lua/vim/_editor.lua')
0 files changed, 0 insertions, 0 deletions