diff options
Diffstat (limited to 'runtime/doc/recover.txt')
-rw-r--r-- | runtime/doc/recover.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/recover.txt b/runtime/doc/recover.txt index 99a0837224..53cb31f813 100644 --- a/runtime/doc/recover.txt +++ b/runtime/doc/recover.txt @@ -115,7 +115,6 @@ command: 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-&|. - {Vi: might also exit} A Vim swap file can be recognized by the first six characters: "b0VIM ". After that comes the version number, e.g., "3.0". @@ -180,7 +179,5 @@ recovered file. Or use |:DiffOrig|. Once you are sure the recovery is ok delete the swap file. Otherwise, you will continue to get warning messages that the ".swp" file already exists. -{Vi: recovers in another way and sends mail if there is something to recover} - vim:tw=78:ts=8:ft=help:norl: |