summaryrefslogtreecommitdiffstats
path: root/runtime/doc/usr_04.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-04-15 21:13:42 +0000
committerBram Moolenaar <Bram@vim.org>2005-04-15 21:13:42 +0000
commit13fcaaf1954e9f0d5aa53a55084e01b2c2741202 (patch)
tree526724d830562d07e6ecb2cde83aa8323070ae15 /runtime/doc/usr_04.txt
parent402d2fea7025356c7abcb891017a1b7ddf99cbbf (diff)
updated for version 7.0066v7.0066
Diffstat (limited to 'runtime/doc/usr_04.txt')
-rw-r--r--runtime/doc/usr_04.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/usr_04.txt b/runtime/doc/usr_04.txt
index 619e27813d..d9664ca78c 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.