aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-01-08 09:29:37 -0500
committerJustin M. Keyes <justinkz@gmail.com>2016-01-08 09:29:37 -0500
commit3b23d733ddac1b42faea10e68864153d9e356da0 (patch)
treee29ad59c0e9288d60e8926c61b27e7fe6a5d51b1 /runtime
parentaf5c34f8a50d547861614a4121d308d3e2a650da (diff)
parentc6f6033482015723742f97aeba95d0e65f694943 (diff)
downloadrneovim-3b23d733ddac1b42faea10e68864153d9e356da0.tar.gz
rneovim-3b23d733ddac1b42faea10e68864153d9e356da0.tar.bz2
rneovim-3b23d733ddac1b42faea10e68864153d9e356da0.zip
Merge pull request #3943 from ZyX-I/better-fref-error
eval: Use better error messages when failing to dump values
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/eval.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 564ee10a70..45095d45a9 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -4712,7 +4712,7 @@ msgpackdump({list}) {Nvim} *msgpackdump()*
(dictionary with zero items is represented by 0x80 byte in
messagepack).
- Limitations:
+ Limitations: *E951* *E952*
1. |Funcref|s cannot be dumped.
2. Containers that reference themselves cannot be dumped.
3. Dictionary keys are always dumped as STR strings.