diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-10-02 13:26:25 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-10-02 13:26:25 +0200 |
commit | 95bafa296ae97bf420d5c74dd6db517b404c5df7 (patch) | |
tree | 1b435e15fef792025110a5da338a5664c50e0753 /runtime/doc/recover.txt | |
parent | 6dff58f15cede9139b2fcfc64c9064326ea3d3b0 (diff) | |
download | vim-git-95bafa296ae97bf420d5c74dd6db517b404c5df7.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/recover.txt')
-rw-r--r-- | runtime/doc/recover.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/recover.txt b/runtime/doc/recover.txt index c4007db93..a1e1feb69 100644 --- a/runtime/doc/recover.txt +++ b/runtime/doc/recover.txt @@ -28,6 +28,9 @@ You can see the name of the current swap file being used with the command: :sw[apname] *:sw* *:swapname* +Or you can use the |swapname()| function, which also allows for seeing the +swap file name of other buffers. + The name of the swap file is normally the same as the file you are editing, with the extension ".swp". - On Unix, a '.' is prepended to swap file names in the same directory as the |