aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-11-27 18:06:52 -0500
committerJustin M. Keyes <justinkz@gmail.com>2015-11-27 18:06:52 -0500
commitb9139e009f3eb833ab57e73d1ecdbe68752112fe (patch)
tree97c5556dfeb9cc745db844509946d7cfc12a57c5 /runtime/doc
parent951714ede63beb324c3ffb4d326ba1c5a47a36ea (diff)
parentec8e60a055d75d7c78242957c87f574e360273a2 (diff)
downloadrneovim-b9139e009f3eb833ab57e73d1ecdbe68752112fe.tar.gz
rneovim-b9139e009f3eb833ab57e73d1ecdbe68752112fe.tar.bz2
rneovim-b9139e009f3eb833ab57e73d1ecdbe68752112fe.zip
Merge pull request #3724 from ZyX-I/fix-3635
shada: Do not save unlisted and quickfix buffers
Diffstat (limited to 'runtime/doc')
-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 02fe971f6a..bbf3da8de7 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5303,9 +5303,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.