diff options
Diffstat (limited to 'runtime/doc/usr_04.txt')
-rw-r--r-- | runtime/doc/usr_04.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/usr_04.txt b/runtime/doc/usr_04.txt index 619e27813..d9664ca78 100644 --- a/runtime/doc/usr_04.txt +++ b/runtime/doc/usr_04.txt @@ -1,4 +1,4 @@ -*usr_04.txt* For Vim version 7.0aa. Last change: 2004 Jun 08 +*usr_04.txt* For Vim version 7.0aa. Last change: 2005 Apr 01 VIM USER MANUAL - by Bram Moolenaar @@ -270,7 +270,7 @@ where they open a new line below or above the cursor. *04.5* Moving text When you delete something with the "d", "x", or another command, the text is -saved. You can paste it back by using the p command. (The Vim name for +saved. You can paste it back by using the p command. (The Vim name for this is put). Take a look at how this works. First you will delete an entire line, by putting the cursor on the line you want to delete and typing "dd". Now you @@ -457,7 +457,7 @@ you type <Esc>. This is interesting. ~ You may have noticed that this command replaced 5 characters in the line with -twelve others. The "R" command automatically extends the line if it runs out +twelve others. The "R" command automatically extends the line if it runs out of characters to replace. It will not continue on the next line. You can switch between Insert mode and Replace mode with the <Insert> key. |