aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/usr_04.txt
diff options
context:
space:
mode:
authorFlorian Walch <florian@fwalch.com>2015-01-04 19:37:32 +0100
committerFlorian Walch <florian@fwalch.com>2015-01-04 19:42:30 +0100
commitb332aebe252c812ec4068892db4fad71b8075185 (patch)
tree252a2616a496b575f1b07285df42d88d06cfa8a2 /runtime/doc/usr_04.txt
parent10ff6ee0d7efedc4e3812b39dc8327b8aeef57a7 (diff)
downloadrneovim-b332aebe252c812ec4068892db4fad71b8075185.tar.gz
rneovim-b332aebe252c812ec4068892db4fad71b8075185.tar.bz2
rneovim-b332aebe252c812ec4068892db4fad71b8075185.zip
vim-patch:6921742
Update runtime files. https://code.google.com/p/vim/source/detail?r=6921742f396a4abd21d7f69843b804ca0b96059c
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.