mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
Strings that previously decoded into a msgpack special for representing BINs with NULs now convert to Blobs. It shouldn't be possible to decode into this special anymore after this change? Notably, Lua strings with NULs now convert to Blobs when passed to VimL.