aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/repeat.txt
diff options
context:
space:
mode:
authorFlorian Walch <florian@fwalch.com>2015-05-18 18:30:10 +0300
committerFlorian Walch <florian@fwalch.com>2015-05-19 12:44:56 +0300
commit90fae3663f543e9573c4e69380cfcdcbc7bb34fc (patch)
tree5d4afe1d52a3ce18c0f8a9ffbfc5dc0891f2246b /runtime/doc/repeat.txt
parent73137e0a84d73196db1a8d66a45210f7ffb6632d (diff)
downloadrneovim-90fae3663f543e9573c4e69380cfcdcbc7bb34fc.tar.gz
rneovim-90fae3663f543e9573c4e69380cfcdcbc7bb34fc.tar.bz2
rneovim-90fae3663f543e9573c4e69380cfcdcbc7bb34fc.zip
vim-patch:4abac79 #2694
Update runtime files. https://code.google.com/p/vim/source/detail?r=4abac79c0b7ae7aac0cb32d9930e155de628b63f
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 0412e9fb10..2b2c3ff3b3 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).