mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
doc: Update vim_diff data regarding ShaDa
This commit is contained in:
parent
279e3410cf
commit
ebad046220
@ -219,22 +219,15 @@ Additional differences:
|
|||||||
|
|
||||||
- |shada-c| has no effect.
|
- |shada-c| has no effect.
|
||||||
- |shada-s| now limits size of every item and not just registers.
|
- |shada-s| now limits size of every item and not just registers.
|
||||||
- When reading ShaDa files items are merged according to the timestamp.
|
|
||||||
|shada-merging|
|
|
||||||
- 'viminfo' option got renamed to 'shada'. Old option is kept as an alias for
|
- 'viminfo' option got renamed to 'shada'. Old option is kept as an alias for
|
||||||
compatibility reasons.
|
compatibility reasons.
|
||||||
- |:wviminfo| was renamed to |:wshada|, |:rviminfo| to |:rshada|. Old
|
- |:wviminfo| was renamed to |:wshada|, |:rviminfo| to |:rshada|. Old
|
||||||
commands are still kept.
|
commands are still kept.
|
||||||
- When writing (|:wshada| without bang or at exit) it merges much more data,
|
|
||||||
and does this according to the timestamp. Vim merges only marks.
|
|
||||||
|shada-merging|
|
|
||||||
- ShaDa file format was designed with forward and backward compatibility in
|
- ShaDa file format was designed with forward and backward compatibility in
|
||||||
mind. |shada-compatibility|
|
mind. |shada-compatibility|
|
||||||
- Some errors make ShaDa code keep temporary file in-place for user to decide
|
- Some errors make ShaDa code keep temporary file in-place for user to decide
|
||||||
what to do with it. Vim deletes temporary file in these cases.
|
what to do with it. Vim deletes temporary file in these cases.
|
||||||
|shada-error-handling|
|
|shada-error-handling|
|
||||||
- Vim keeps no timestamps at all, neither in viminfo file nor in the instance
|
|
||||||
itself.
|
|
||||||
- ShaDa file keeps search direction (|v:searchforward|), viminfo does not.
|
- ShaDa file keeps search direction (|v:searchforward|), viminfo does not.
|
||||||
|
|
||||||
|printf()| returns something meaningful when used with `%p` argument: in Vim
|
|printf()| returns something meaningful when used with `%p` argument: in Vim
|
||||||
|
Loading…
Reference in New Issue
Block a user