mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
documentation: Disambiguate ShaDa abbreviation
This commit is contained in:
parent
909d79e600
commit
db6cba7d57
@ -897,9 +897,11 @@ To automatically save and restore views for *.c files: >
|
|||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
8. The ShaDa file *shada* *shada-file*
|
8. The ShaDa file *shada* *shada-file*
|
||||||
|
|
||||||
If you exit Vim and later start it again, you would normally lose a lot of
|
If you exit Vim and later start it again, you would normally lose a lot of
|
||||||
information. The ShaDa file can be used to remember that information, which
|
information. The ShaDa file can be used to remember that information, which
|
||||||
enables you to continue where you left off.
|
enables you to continue where you left off. Its name is the abbreviation of
|
||||||
|
SHAred DAta because it is used for sharing data between Neovim sessions.
|
||||||
|
|
||||||
This is introduced in section |21.3| of the user manual.
|
This is introduced in section |21.3| of the user manual.
|
||||||
|
|
||||||
|
@ -84,7 +84,8 @@ After editing for a while you will have text in registers, marks in various
|
|||||||
files, a command line history filled with carefully crafted commands. When
|
files, a command line history filled with carefully crafted commands. When
|
||||||
you exit Vim all of this is lost. But you can get it back!
|
you exit Vim all of this is lost. But you can get it back!
|
||||||
|
|
||||||
The ShaDa file is designed to store status information:
|
The ShaDa (abbreviation of SHAred DAta) file is designed to store status
|
||||||
|
information:
|
||||||
|
|
||||||
Command-line and Search pattern history
|
Command-line and Search pattern history
|
||||||
Text in registers
|
Text in registers
|
||||||
|
Loading…
Reference in New Issue
Block a user