diff options
Diffstat (limited to 'src/nvim/eval.lua')
-rw-r--r-- | src/nvim/eval.lua | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/nvim/eval.lua b/src/nvim/eval.lua index 79a62874a4..82d695d82b 100644 --- a/src/nvim/eval.lua +++ b/src/nvim/eval.lua @@ -7444,12 +7444,7 @@ M.funcs = { 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()| |