Vim icon indicating copy to clipboard operation
Vim copied to clipboard

Fix insert mode for surrogate pairs

Open garzj opened this issue 3 years ago • 0 comments

What this PR does / why we need it:

When inserting surrogate pairs, for example emojis (Win + . / Ctrl + Cmd + ), it would show two "unknown glyph" characters.

Which issue(s) this PR fixes

Fixes https://github.com/VSCodeVim/Vim/issues/6046

garzj avatar Sep 20 '22 14:09 garzj