mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00

vterm does not send us the terminator in the string fragment. Our OSC 8
parser assumed that it was and therefore treated short strings as
invalid (as it assumed it was missing a terminator).
(cherry picked from commit b5aef05b8f
)