aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-01-04 17:34:17 +0100
committerGitHub <noreply@github.com>2017-01-04 17:34:17 +0100
commite21aef1e1002581dc653176eb3d7d4f2b06424f8 (patch)
treebfce3ac9ee2db2a9627653b340abdb8c6f7e69c0 /runtime/doc
parent695703ca97e9330e3dbbeb3153b57b4ca565d045 (diff)
parent24b3b938e888bd053aaa1265266a5b0deaa3a0a6 (diff)
downloadrneovim-e21aef1e1002581dc653176eb3d7d4f2b06424f8.tar.gz
rneovim-e21aef1e1002581dc653176eb3d7d4f2b06424f8.tar.bz2
rneovim-e21aef1e1002581dc653176eb3d7d4f2b06424f8.zip
Merge #5874 from ZyX-I/fix-5482
Fix plugin which opens ShaDa files
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/pi_msgpack.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/doc/pi_msgpack.txt b/runtime/doc/pi_msgpack.txt
index 95d6ff7467..d695ac42cb 100644
--- a/runtime/doc/pi_msgpack.txt
+++ b/runtime/doc/pi_msgpack.txt
@@ -128,6 +128,11 @@ msgpack#eval({string}, {dict}) *msgpack#eval()*
always evaluated to |msgpack-special-dict| values, as well as
hexadecimal digits. When evaluating maps order of keys is preserved.
+ Note that in addition to regular integer representations that may be
+ obtained using |msgpack#string()| msgpack#eval() also supports C-style
+ “character” integer constants like `'/'` (equivalent to
+ `char2nr('/')`: `47`). This also allows `'\0'` (number is decimal).
+
*msgpack#equal*
msgpack#equal({msgpack-value}, {msgpack-value}) *msgpack#equal()*
Returns 1 if given values are equal, 0 otherwise. When comparing