mirror of
https://github.com/neovim/neovim.git
synced 2026-03-10 01:54:05 +10:00
Work towards getting rid of libmsgpack depedency eventually. msgpack_sbuffer is just a string buffer, we can use our own String type.
Work towards getting rid of libmsgpack depedency eventually. msgpack_sbuffer is just a string buffer, we can use our own String type.