diff options
Diffstat (limited to 'runtime/doc/undo.txt')
-rw-r--r-- | runtime/doc/undo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/undo.txt b/runtime/doc/undo.txt index 0fc164965a..160b6cecfd 100644 --- a/runtime/doc/undo.txt +++ b/runtime/doc/undo.txt @@ -371,7 +371,7 @@ back the text of three deletes ago with '"3P'. *redo-register* If you want to get back more than one part of deleted text, you can use a special feature of the repeat command ".". It will increase the number of the -register used. So if you first do ""1P", the following "." will result in a +register used. So if you first do '"1P', the following "." will result in a '"2P'. Repeating this will result in all numbered registers being inserted. Example: If you deleted text with 'dd....' it can be restored with |