diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-12-07 16:03:51 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-12-07 16:03:51 +0100 |
commit | 664f3cf3f21d3699bfd179c318ef5c869c085648 (patch) | |
tree | 33c061c600cf54a9ab1dc810bd02689bff097cec /runtime/doc/undo.txt | |
parent | f48ee3c28488f7c361732316f905ac420b3d8087 (diff) | |
download | vim-git-664f3cf3f21d3699bfd179c318ef5c869c085648.tar.gz |
Runtime file updates.
Diffstat (limited to 'runtime/doc/undo.txt')
-rw-r--r-- | runtime/doc/undo.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/undo.txt b/runtime/doc/undo.txt index 92553ab33..373f513c8 100644 --- a/runtime/doc/undo.txt +++ b/runtime/doc/undo.txt @@ -1,4 +1,4 @@ -*undo.txt* For Vim version 8.1. Last change: 2019 May 07 +*undo.txt* For Vim version 8.1. Last change: 2019 Dec 07 VIM REFERENCE MANUAL by Bram Moolenaar @@ -271,7 +271,7 @@ respectively: (the magic number at the start of the file is wrong), then this fails, unless the ! was added. If it exists and does look like an undo file it is - overwritten. If there is no undo-history, nothing will be + overwritten. If there is no undo-history, nothing will be written. Implementation detail: Overwriting happens by first deleting the existing file and then creating a new file with the same |