diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-03-27 20:42:43 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-03-27 20:42:43 +0100 |
commit | 191acfdecabfbd2a74867e77004196fb3b4a8c14 (patch) | |
tree | 01bbbb5000f2852ba0ea098b21ba1d5350ecea70 /runtime/doc/recover.txt | |
parent | 37bb030cd9088ee66dc2d41c2d3602d1e5f4a7ef (diff) | |
download | vim-git-191acfdecabfbd2a74867e77004196fb3b4a8c14.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/recover.txt')
-rw-r--r-- | runtime/doc/recover.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/recover.txt b/runtime/doc/recover.txt index af0673636..0bab64a29 100644 --- a/runtime/doc/recover.txt +++ b/runtime/doc/recover.txt @@ -1,4 +1,4 @@ -*recover.txt* For Vim version 8.2. Last change: 2019 May 07 +*recover.txt* For Vim version 8.2. Last change: 2020 Mar 24 VIM REFERENCE MANUAL by Bram Moolenaar @@ -125,7 +125,7 @@ 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 file. The +: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 |