summaryrefslogtreecommitdiffstats
path: root/runtime/doc/usr_10.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-05 17:54:07 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-05 17:54:07 +0000
commit9964e468c0209f6b8286e0b08109817c845a3079 (patch)
tree3c53288cff0d4c2e32169d8eb4cd53cc343ad0bc /runtime/doc/usr_10.txt
parentd5ab34bd5ecc748d5502f149c476968e5ec2b7c9 (diff)
updated for version 7.1a
Diffstat (limited to 'runtime/doc/usr_10.txt')
-rw-r--r--runtime/doc/usr_10.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/usr_10.txt b/runtime/doc/usr_10.txt
index b094a72963..3e7de4b54d 100644
--- a/runtime/doc/usr_10.txt
+++ b/runtime/doc/usr_10.txt
@@ -1,4 +1,4 @@
-*usr_10.txt* For Vim version 7.0. Last change: 2006 Apr 24
+*usr_10.txt* For Vim version 7.1a. Last change: 2006 Nov 05
VIM USER MANUAL - by Bram Moolenaar
@@ -183,8 +183,9 @@ results in (starting with the original line):
Teacher Smith criticized Teacher Johnson today. ~
Other flags include p (print), which causes the ":substitute" command to print
-out each line it changes. The c (confirm) flag tells ":substitute" to ask you
-for confirmation before it performs each substitution. Enter the following: >
+out the last line it changes. The c (confirm) flag tells ":substitute" to ask
+you for confirmation before it performs each substitution. Enter the
+following: >
:%s/Professor/Teacher/c