comparison runtime/doc/recover.txt @ 19813:350e1d3131d8

Update runtime files Commit: https://github.com/vim/vim/commit/191acfdecabfbd2a74867e77004196fb3b4a8c14 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 27 20:42:43 2020 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 Mar 2020 21:00:05 +0100
parents 130acb903dbe
children 7f88f6a3ed4c
comparison
equal deleted inserted replaced
19812:7cde7ea94dd3 19813:350e1d3131d8
1 *recover.txt* For Vim version 8.2. Last change: 2019 May 07 1 *recover.txt* For Vim version 8.2. Last change: 2020 Mar 24
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
123 123
124 If you want to make sure that your changes are in the swap file use this 124 If you want to make sure that your changes are in the swap file use this
125 command: 125 command:
126 126
127 *:pre* *:preserve* *E313* *E314* 127 *:pre* *:preserve* *E313* *E314*
128 :pre[serve] Write all text for all buffers into swap file. The 128 :pre[serve] Write all text for all buffers into swap files. The
129 original file is no longer needed for recovery. 129 original file is no longer needed for recovery.
130 This sets a flag in the current buffer. When the '&' 130 This sets a flag in the current buffer. When the '&'
131 flag is present in 'cpoptions' the swap file will not 131 flag is present in 'cpoptions' the swap file will not
132 be deleted for this buffer when Vim exits and the 132 be deleted for this buffer when Vim exits and the
133 buffer is still loaded |cpo-&|. 133 buffer is still loaded |cpo-&|.