diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2021-08-02 19:27:52 +0100 |
---|---|---|
committer | Sean Dewar <seandewar@users.noreply.github.com> | 2021-09-15 21:19:30 +0100 |
commit | af6f454f5c3349821b20bd2f0d846f7ae7343e2e (patch) | |
tree | 5d1a8e10ee22c45f3b85e37cb6ec86030bd68f29 /runtime | |
parent | ab82369c8eb1bf6a58f848e7cb3fb3275d13ed8b (diff) | |
download | rneovim-af6f454f5c3349821b20bd2f0d846f7ae7343e2e.tar.gz rneovim-af6f454f5c3349821b20bd2f0d846f7ae7343e2e.tar.bz2 rneovim-af6f454f5c3349821b20bd2f0d846f7ae7343e2e.zip |
feat(msgpack): convert Blobs to BIN strings
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 165d48eb42..e7820f5313 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -6692,7 +6692,7 @@ msgpackdump({list}) *msgpackdump()* 1. |Funcref|s cannot be dumped. 2. Containers that reference themselves cannot be dumped. 3. Dictionary keys are always dumped as STR strings. - 4. Other strings are always dumped as BIN strings. + 4. Other strings and |Blob|s are always dumped as BIN strings. 5. Points 3. and 4. do not apply to |msgpack-special-dict|s. msgpackparse({list}) *msgpackparse()* @@ -6706,7 +6706,7 @@ msgpackparse({list}) *msgpackparse()* Limitations: 1. Mapping ordering is not preserved unless messagepack - mapping is dumped using generic mapping + mapping is dumped using generic mapping (|msgpack-special-map|). 2. Since the parser aims to preserve all data untouched (except for 1.) some strings are parsed to |