diff options
author | ZyX <kp-pav@yandex.ru> | 2016-02-03 20:04:16 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2016-04-18 02:45:49 +0300 |
commit | cddd7d47c325ab0c06c21fd101efe4a9a1708fca (patch) | |
tree | aff53b653eba669037bcfb3142e81b3bee8bd140 /runtime | |
parent | ed6756563ca652581f2be14b9f90e55a3c83461b (diff) | |
download | rneovim-cddd7d47c325ab0c06c21fd101efe4a9a1708fca.tar.gz rneovim-cddd7d47c325ab0c06c21fd101efe4a9a1708fca.tar.bz2 rneovim-cddd7d47c325ab0c06c21fd101efe4a9a1708fca.zip |
eval/decode: Make msgpackparse() function use new v: vars
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 25005885c3..4676080536 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -4907,9 +4907,13 @@ msgpackparse({list}) {Nvim} *msgpackparse()* contains name of the key from |v:msgpack_types|): Key Value ~ - nil Zero, ignored when dumping. - boolean One or zero. When dumping it is only checked that - value is a |Number|. + nil Zero, ignored when dumping. This value cannot + possibly appear in |msgpackparse()| output in Neovim + versions which have |v:null|. + boolean One or zero. When dumping it is only checked that + value is a |Number|. This value cannot possibly + appear in |msgpackparse()| output in Neovim versions + which have |v:true| and |v:false|. integer |List| with four numbers: sign (-1 or 1), highest two bits, number with bits from 62nd to 31st, lowest 31 bits. I.e. to get actual number one will need to use |