mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00

msgpack-c previously only had MSGPACK_OBJECT_FLOAT, which was a 64-bit value. Now, 32-bit and 64-bit floats are supported as distinct types, but we'll simply continue to treat everything as 64-bit types.