diff options
author | ZyX <kp-pav@yandex.ru> | 2016-01-06 22:47:39 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2016-01-07 00:54:58 +0300 |
commit | c6f6033482015723742f97aeba95d0e65f694943 (patch) | |
tree | 4c2bfe280147cb1f6cb411a51acfe93c382ce9f8 /runtime | |
parent | bd4ca22cf06f832ccda432733498f00e0af77eaa (diff) | |
download | rneovim-c6f6033482015723742f97aeba95d0e65f694943.tar.gz rneovim-c6f6033482015723742f97aeba95d0e65f694943.tar.bz2 rneovim-c6f6033482015723742f97aeba95d0e65f694943.zip |
eval: Do not use msgpack#string for error messages
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index f70968de01..49afa15601 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -4719,10 +4719,6 @@ msgpackdump({list}) {Nvim} *msgpackdump()* 4. Other strings are always dumped as BIN strings. 5. Points 3. and 4. do not apply to |msgpack-special-dict|s. - Note: error messages may use |msgpack#string()| function for - showing where error occurred. In case it is not - available it falls back to |string()|. - msgpackparse({list}) {Nvim} *msgpackparse()* Convert a |readfile()|-style list to a list of VimL objects. Example: > |