aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2015-11-23 15:12:08 +0300
committerZyX <kp-pav@yandex.ru>2015-11-23 15:12:08 +0300
commitec8e60a055d75d7c78242957c87f574e360273a2 (patch)
tree1371e5f5ee042d5066dc99651136a55a1f3f086b /runtime
parent321db59ca1dc304feb3e00c10ca3e89c1de616e7 (diff)
downloadrneovim-ec8e60a055d75d7c78242957c87f574e360273a2.tar.gz
rneovim-ec8e60a055d75d7c78242957c87f574e360273a2.tar.bz2
rneovim-ec8e60a055d75d7c78242957c87f574e360273a2.zip
shada: Do not save unlisted and quickfix buffers
Fixes #3635
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 2b1044bead..75f14edc0f 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5315,9 +5315,9 @@ A jump table for the options with a short description can be found at |Q_op|.
% When included, save and restore the buffer list. If Vim is
started with a file name argument, the buffer list is not
restored. If Vim is started without a file name argument, the
- buffer list is restored from the shada file. Buffers
- without a file name and buffers for help files are not written
- to the shada file.
+ buffer list is restored from the shada file. Quickfix
+ ('buftype'), unlisted ('buflisted'), unnamed and buffers on
+ removable media (|shada-r|) are not saved.
When followed by a number, the number specifies the maximum
number of buffers that are stored. Without a number all
buffers are stored.