aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2016-02-01 21:22:07 +0300
committerZyX <kp-pav@yandex.ru>2016-04-18 02:45:49 +0300
commite213ba150665328bae2b532491de5e12f72bc9ca (patch)
tree5baab21c126996e91aca54285498067f17831172 /runtime/doc/vim_diff.txt
parent0f0e2bdfd4b99d678cbcd090505ae9ebf74233a2 (diff)
downloadrneovim-e213ba150665328bae2b532491de5e12f72bc9ca.tar.gz
rneovim-e213ba150665328bae2b532491de5e12f72bc9ca.tar.bz2
rneovim-e213ba150665328bae2b532491de5e12f72bc9ca.zip
eval: Add jsondecode() function
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt
index 17ee5975dd..ddb1fd3b8f 100644
--- a/runtime/doc/vim_diff.txt
+++ b/runtime/doc/vim_diff.txt
@@ -100,6 +100,12 @@ are always available and may be used simultaneously in separate plugins. The
4. Stringifyed infinite and NaN values now use |str2float()| and can be evaled
back.
+|jsondecode()| behaviour changed:
+1. It may output |msgpack-special-dict|.
+2. It accepts only valid JSON. |v:none| is never emitted.
+|jsonencode()| behaviour slightly changed: now |msgpack-special-dict| values
+are accepted.
+
Viminfo text files were replaced with binary (messagepack) ShaDa files.
Additional differences: