From 0aa3e7b7ceb259680f9da31bd247b42cdc934449 Mon Sep 17 00:00:00 2001 From: ZyX Date: Sat, 6 Feb 2016 20:54:42 +0300 Subject: eval: Port parts of 7.4.1267 that are not already present --- runtime/doc/vim_diff.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/doc/vim_diff.txt') diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 2d03b4ff45..b42b91140c 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -99,6 +99,8 @@ are always available and may be used simultaneously in separate plugins. The error out. 4. Stringifyed infinite and NaN values now use |str2float()| and can be evaled back. +5. (internal) Trying to print or stringify VAR_UNKNOWN in Vim results in + nothing, |E908|, in Neovim it is internal error. |jsondecode()| behaviour changed: 1. It may output |msgpack-special-dict|. -- cgit