updated for version 7.0011
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index a7f7d19..006245f 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt* For Vim version 7.0aa. Last change: 2004 Jul 18
+*version7.txt* For Vim version 7.0aa. Last change: 2004 Jul 19
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -123,10 +123,13 @@
New functions: ~
+byteidx(expr, nr) |byteidx()| Index of a character. (Ilya Sher)
+finddir(name) |finddir()| Find a directory in 'path'.
+findfile(name) |findfile()| Find a file in 'path'. (Johannes
+ Zellner)
repeat(expr, count) |repeat()| Repeat "expr" "count" times.
(Christophe Poucet)
tr(expr, from, to) |tr()| Translate characters. (Ron Aaron)
-byteidx(expr, nr) |byteidx()| Index of a character. (Ilya Sher)
New autocommand events: ~
@@ -182,6 +185,8 @@
- #\(, #\), #\[ and #\] are recognized as character literals
- Lisp line comments (delimited by semicolon) are recognized
+Added the "count" argument to match(), matchend() and matchstr(). (Ilya Sher)
+
==============================================================================
COMPILE TIME CHANGES *compile-changes-7*