diff options
author | ZyX <kp-pav@yandex.ru> | 2015-07-05 14:08:50 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2015-10-08 21:59:56 +0300 |
commit | b7ebd16af099defc76264d3e525c83d799ad875c (patch) | |
tree | ed68aa3f171d420ee8549716dcab124f88766a9d /runtime/doc/vim_diff.txt | |
parent | 98e8c1f37cee11b440a04257fe45f7d1a80ce6c1 (diff) | |
download | rneovim-b7ebd16af099defc76264d3e525c83d799ad875c.tar.gz rneovim-b7ebd16af099defc76264d3e525c83d799ad875c.tar.bz2 rneovim-b7ebd16af099defc76264d3e525c83d799ad875c.zip |
documentation: Update documentation
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index de061d3828..5e4182fdae 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -23,7 +23,8 @@ these differences. - Use `.nvimrc` instead of `.vimrc` for storing configuration. - Use `.nvim` instead of `.vim` to store configuration files. -- Use `.nviminfo` instead of `.viminfo` for persistent session information. +- Use `.nvim/shada/main.shada` instead of `.viminfo` for persistent session + information. ============================================================================== 2. Option defaults *nvim-option-defaults* @@ -93,6 +94,14 @@ are always available and may be used simultaneously in separate plugins. The "{E724@level}"), but this is not reliable because |string()| continues to error out. +Viminfo text files were replaced with binary (messagepack) ShaDa files. +Additional differences: + +- |shada-c| has no effect. +- |shada-s| now limits size of every item and not just registers. +- When reading ShaDa files history, jump list and change list items are merged + with those in currently running NeoVim instance according to the timestamp. + ============================================================================== 4. New Features *nvim-features-new* |