summaryrefslogtreecommitdiff
path: root/runtime/doc/repeat.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-11-05 17:02:17 +0100
committerBram Moolenaar <Bram@vim.org>2014-11-05 17:02:17 +0100
commit32efaf6154071c21ff975429ae74e507b93311b1 (patch)
tree9bb0ef770a36608183faf2de064806a07bead9ce /runtime/doc/repeat.txt
parent72971a26119ce781161fb2a281fcaf27880a909e (diff)
downloadvim-git-32efaf6154071c21ff975429ae74e507b93311b1.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r--runtime/doc/repeat.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt
index 4b28e8617..edeef6655 100644
--- a/runtime/doc/repeat.txt
+++ b/runtime/doc/repeat.txt
@@ -1,4 +1,4 @@
-*repeat.txt* For Vim version 7.4. Last change: 2014 Mar 25
+*repeat.txt* For Vim version 7.4. Last change: 2014 Oct 29
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -64,6 +64,9 @@ replacement string.
For the definition of a pattern, see |pattern|.
+NOTE [cmd] may contain a range; see |collapse| and |edit-paragraph-join| for
+examples.
+
The global commands work by first scanning through the [range] lines and
marking each line where a match occurs (for a multi-line pattern, only the
start of the match matters).