mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00

Problem: When input immediately follows end of bracketed paste, the
nvim_input may be processed before the nvim_paste.
Solution: Ensure some waiting after the end of a bracketed paste.
(cherry picked from commit 5acdc4499e
)