diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-01-08 09:29:37 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-01-08 09:29:37 -0500 |
commit | 3b23d733ddac1b42faea10e68864153d9e356da0 (patch) | |
tree | e29ad59c0e9288d60e8926c61b27e7fe6a5d51b1 /runtime | |
parent | af5c34f8a50d547861614a4121d308d3e2a650da (diff) | |
parent | c6f6033482015723742f97aeba95d0e65f694943 (diff) | |
download | rneovim-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.txt | 2 |
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. |