Merge pull request #29483 from bfredl/nonbinary

refactor(typval)!: remove binary distinction of binary and nonbinary strings
This commit is contained in:
bfredl
2024-06-27 18:45:18 +02:00
committed by GitHub
19 changed files with 137 additions and 269 deletions

View File

@@ -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()|