comparison runtime/doc/recover.txt @ 14864:40ef13331e02

Update runtime files. commit https://github.com/vim/vim/commit/95bafa296ae97bf420d5c74dd6db517b404c5df7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Oct 2 13:26:25 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 02 Oct 2018 13:30:07 +0200
parents 2f7e67dd088c
children 1eaf34420bb3
comparison
equal deleted inserted replaced
14863:ddb5bfb4114d 14864:40ef13331e02
25 you started from plus the swap file you can mostly recover your work. 25 you started from plus the swap file you can mostly recover your work.
26 26
27 You can see the name of the current swap file being used with the command: 27 You can see the name of the current swap file being used with the command:
28 28
29 :sw[apname] *:sw* *:swapname* 29 :sw[apname] *:sw* *:swapname*
30
31 Or you can use the |swapname()| function, which also allows for seeing the
32 swap file name of other buffers.
30 33
31 The name of the swap file is normally the same as the file you are editing, 34 The name of the swap file is normally the same as the file you are editing,
32 with the extension ".swp". 35 with the extension ".swp".
33 - On Unix, a '.' is prepended to swap file names in the same directory as the 36 - On Unix, a '.' is prepended to swap file names in the same directory as the
34 edited file. This avoids that the swap file shows up in a directory 37 edited file. This avoids that the swap file shows up in a directory