updated for version 7.0044
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 4865bb5..61f2ce7 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Jan 20
+*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Jan 25
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -426,6 +426,9 @@
 ":let w:" lists window-local variables.
 ":let v:" lists Vim variables.
 
+The stridx() funcion takes a third argument, where to start searching.
+(Yegappan Lakshmanan)
+
 ==============================================================================
 COMPILE TIME CHANGES					*compile-changes-7*
 
@@ -700,4 +703,9 @@
 not removed when editing a file.  Now halve backslashes in save_patterns().
 Also fix expanding a file name with the shell that contains "\'".
 
+When doing "1,6d|put" only "fewer lines" was reported.  Now a following "more
+lines" overwrites the message.
+
+Configure could not handle "-Dfoo=long\ long" in the TCL config output.
+
  vim:tw=78:ts=8:ft=help:norl: