diff options
author | ZyX <kp-pav@yandex.ru> | 2016-02-21 21:58:58 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2016-02-21 21:58:58 +0300 |
commit | 90cbd70d1a82cbad5f60f43a56e14aab647c0f8a (patch) | |
tree | 28c4aa7c06419110e3d5e0b101006268408142d5 /runtime/doc/vim_diff.txt | |
parent | 18d1ba3422d3eac6b863cd53ce635529f81bfce1 (diff) | |
download | rneovim-90cbd70d1a82cbad5f60f43a56e14aab647c0f8a.tar.gz rneovim-90cbd70d1a82cbad5f60f43a56e14aab647c0f8a.tar.bz2 rneovim-90cbd70d1a82cbad5f60f43a56e14aab647c0f8a.zip |
documentation: Add notes to eval.txt and vim_diff.txt
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 6609a96e9e..47dd48a93d 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -94,6 +94,8 @@ are always available and may be used simultaneously in separate plugins. The Same thing applies to |string()| (though it uses construct like "{E724@level}"), but this is not reliable because |string()| continues to error out. +4. Stringifyed infinite and NaN values now use |str2float()| and can be evaled + back. Viminfo text files were replaced with binary (messagepack) ShaDa files. Additional differences: |