mirror of
https://github.com/neovim/neovim.git
synced 2026-01-30 00:52:52 +10:00
If at least two escape sequences were read, the beginning of the second sequence would be off by one and the sequence would be misinterpreted. An escape sequence could be split in two parts and be misinterpreted, when saved in a ring buffer with wrap around. Fixes #2936