diff options
author | ZyX <kp-pav@yandex.ru> | 2016-02-06 20:54:42 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2016-04-18 02:46:34 +0300 |
commit | 0aa3e7b7ceb259680f9da31bd247b42cdc934449 (patch) | |
tree | 481fac701a902ed0855d0fe35a667b44c7688221 /runtime/doc/vim_diff.txt | |
parent | b7cb8f0597c42f209ec460a1850df53bd655c81c (diff) | |
download | rneovim-0aa3e7b7ceb259680f9da31bd247b42cdc934449.tar.gz rneovim-0aa3e7b7ceb259680f9da31bd247b42cdc934449.tar.bz2 rneovim-0aa3e7b7ceb259680f9da31bd247b42cdc934449.zip |
eval: Port parts of 7.4.1267 that are not already present
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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|. |