From ec8e60a055d75d7c78242957c87f574e360273a2 Mon Sep 17 00:00:00 2001 From: ZyX Date: Mon, 23 Nov 2015 15:12:08 +0300 Subject: shada: Do not save unlisted and quickfix buffers Fixes #3635 --- runtime/doc/options.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'runtime/doc') 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. -- cgit