aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/handlers.lua
diff options
context:
space:
mode:
authorSean Dewar <seandewar@users.noreply.github.com>2021-07-29 17:46:45 +0100
committerSean Dewar <seandewar@users.noreply.github.com>2021-09-16 00:14:47 +0100
commite53b71627fb84025fb658a44ee5f90adf276cde7 (patch)
tree8f4a392aeebf677009cb8ba479016efbb201389d /runtime/lua/vim/lsp/handlers.lua
parentddaa0cc9bebd8e094a7169f43947f298a3436ba9 (diff)
downloadrneovim-e53b71627fb84025fb658a44ee5f90adf276cde7.tar.gz
rneovim-e53b71627fb84025fb658a44ee5f90adf276cde7.tar.bz2
rneovim-e53b71627fb84025fb658a44ee5f90adf276cde7.zip
feat(f_msgpackparse): support parsing from Blob
Note that it is not possible for msgpack_unpack_next() and msgpack_unpacker_next() to return MSGPACK_UNPACK_EXTRA_BYTES, so it should be fine to abort() on that. Lua 5.1 doesn't support string hex escapes (\xXX) like VimL does (though LuaJIT does), so convert them to decimal escapes (\DDD) in tests.
Diffstat (limited to 'runtime/lua/vim/lsp/handlers.lua')
0 files changed, 0 insertions, 0 deletions