From c6f6033482015723742f97aeba95d0e65f694943 Mon Sep 17 00:00:00 2001 From: ZyX Date: Wed, 6 Jan 2016 22:47:39 +0300 Subject: eval: Do not use msgpack#string for error messages --- runtime/doc/eval.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'runtime') 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: > -- cgit