diff options
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index ddb1fd3b8f..2d03b4ff45 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -106,6 +106,10 @@ are always available and may be used simultaneously in separate plugins. The |jsonencode()| behaviour slightly changed: now |msgpack-special-dict| values are accepted. +*v:none* variable is absent. In Vim it represents “no value” in non-JSON +strings like "{"a": }" parsed as "{'a': v:none}". See |jsondecode()| and +|jsonencode()| incompatibilities above. + Viminfo text files were replaced with binary (messagepack) ShaDa files. Additional differences: |