summaryrefslogtreecommitdiffstats
path: root/runtime/doc/recover.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-05-12 22:49:12 +0200
committerBram Moolenaar <Bram@vim.org>2020-05-12 22:49:12 +0200
commit47e13953ffdbb9f163b901196dec8c2100b72edd (patch)
treecc2251dbffe417d931b2c234f686e58d5c61f9d8 /runtime/doc/recover.txt
parent9e6ba8cbef2b2363f1d0a0e2c2a8d21c3b987416 (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/recover.txt')
-rw-r--r--runtime/doc/recover.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/runtime/doc/recover.txt b/runtime/doc/recover.txt
index 0bab64a295..34f7f18451 100644
--- a/runtime/doc/recover.txt
+++ b/runtime/doc/recover.txt
@@ -1,4 +1,4 @@
-*recover.txt* For Vim version 8.2. Last change: 2020 Mar 24
+*recover.txt* For Vim version 8.2. Last change: 2020 May 09
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -125,12 +125,12 @@ If you want to make sure that your changes are in the swap file use this
command:
*:pre* *:preserve* *E313* *E314*
-:pre[serve] Write all text for all buffers into swap files. The
- original file is no longer needed for recovery.
- This sets a flag in the current buffer. When the '&'
- flag is present in 'cpoptions' the swap file will not
- be deleted for this buffer when Vim exits and the
- buffer is still loaded |cpo-&|.
+:pre[serve] Write all text for the current buffer into its swap
+ file. The original file is no longer needed for
+ recovery. This sets a flag in the current buffer.
+ When the '&' flag is present in 'cpoptions' the swap
+ file will not be deleted for this buffer when Vim
+ exits and the buffer is still loaded |cpo-&|.
A Vim swap file can be recognized by the first six characters: "b0VIM ".
After that comes the version number, e.g., "3.0".