diff options
author | ZyX <kp-pav@yandex.ru> | 2015-10-08 21:11:38 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2015-10-08 22:01:13 +0300 |
commit | db6cba7d5759e02379005702c7a9d760137f4389 (patch) | |
tree | 094e0b7fe6f6aaa8536dc976769b765e0604829a | |
parent | 909d79e600625c3a899a10785c20f0822b0d8cc4 (diff) | |
download | rneovim-db6cba7d5759e02379005702c7a9d760137f4389.tar.gz rneovim-db6cba7d5759e02379005702c7a9d760137f4389.tar.bz2 rneovim-db6cba7d5759e02379005702c7a9d760137f4389.zip |
documentation: Disambiguate ShaDa abbreviation
-rw-r--r-- | runtime/doc/starting.txt | 4 | ||||
-rw-r--r-- | runtime/doc/usr_21.txt | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 0712888284..84bd70db62 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -897,9 +897,11 @@ To automatically save and restore views for *.c files: > ============================================================================== 8. The ShaDa file *shada* *shada-file* + 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 -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. diff --git a/runtime/doc/usr_21.txt b/runtime/doc/usr_21.txt index 96797a745c..8bc208dc30 100644 --- a/runtime/doc/usr_21.txt +++ b/runtime/doc/usr_21.txt @@ -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 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 Text in registers |