summaryrefslogtreecommitdiffstats
path: root/runtime/doc/usr_04.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-08-29 15:12:19 +0200
committerBram Moolenaar <Bram@vim.org>2014-08-29 15:12:19 +0200
commit34401cca5ae3dce543154c967d727b13254e15b5 (patch)
tree39859b7fbbc7872417e227f523179aec1e5c476f /runtime/doc/usr_04.txt
parent773b158de8f813b0683fc56e37639937e5c9c1ee (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/usr_04.txt')
-rw-r--r--runtime/doc/usr_04.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/usr_04.txt b/runtime/doc/usr_04.txt
index c09cb204c5..5f24c8c6f5 100644
--- a/runtime/doc/usr_04.txt
+++ b/runtime/doc/usr_04.txt
@@ -1,4 +1,4 @@
-*usr_04.txt* For Vim version 7.4. Last change: 2008 Sep 06
+*usr_04.txt* For Vim version 7.4. Last change: 2014 Aug 29
VIM USER MANUAL - by Bram Moolenaar
@@ -186,7 +186,7 @@ commands:
/four<Enter> find the first string "four"
cwfive<Esc> change the word to "five"
n find the next "four"
- . repeat the change to "five'
+ . repeat the change to "five"
n find the next "four"
. repeat the change
etc.