mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 19:39:53 +10:00
Merge pull request #29483 from bfredl/nonbinary
refactor(typval)!: remove binary distinction of binary and nonbinary strings
This commit is contained in:
7
runtime/lua/vim/_meta/vimfn.lua
generated
7
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -6177,12 +6177,7 @@ function vim.fn.msgpackdump(list, type) end
|
||||
--- C parser does not support such values.
|
||||
--- float |Float|. This value cannot possibly appear in
|
||||
--- |msgpackparse()| output.
|
||||
--- string |readfile()|-style list of strings. This value will
|
||||
--- appear in |msgpackparse()| output if string contains
|
||||
--- zero byte or if string is a mapping key and mapping is
|
||||
--- being represented as special dictionary for other
|
||||
--- reasons.
|
||||
--- binary |String|, or |Blob| if binary string contains zero
|
||||
--- string |String|, or |Blob| if binary string contains zero
|
||||
--- byte. This value cannot appear in |msgpackparse()|
|
||||
--- output since blobs were introduced.
|
||||
--- array |List|. This value cannot appear in |msgpackparse()|
|
||||
|
||||
Reference in New Issue
Block a user