summaryrefslogtreecommitdiffstats
path: root/runtime/doc/change.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-14 21:48:43 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-14 21:48:43 +0000
commitd8b0273231d69a2a6c24844c1acc938330acf035 (patch)
tree761a3537624034edda33c1369db808fafcfd9efe /runtime/doc/change.txt
parentfd371684fade0f223c8a0286efe1f261c4b8c381 (diff)
updated for version 7.0038
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r--runtime/doc/change.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 77347fbb49..ac689b6fc2 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1,4 +1,4 @@
-*change.txt* For Vim version 7.0aa. Last change: 2004 Dec 29
+*change.txt* For Vim version 7.0aa. Last change: 2005 Jan 14
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -378,7 +378,7 @@ The CTRL-A command is very useful in a macro. Example: Use the following
steps to make a numbered list.
1. Create the first list entry, make sure it starts with a number.
-2. qa - start recording into buffer 'a'
+2. qa - start recording into register 'a'
3. Y - yank the entry
4. p - put a copy of the entry below the first one
5. CTRL-A - increment the number