diff runtime/doc/version7.txt @ 136:18f29039b83c

updated for version 7.0044
author vimboss
date Tue, 25 Jan 2005 22:22:02 +0000
parents f67f8a8d81ba
children 88256bf8571c
line wrap: on
line diff
--- 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 @@ invalid characters after the register na
 ":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 @@ Completion for ":next a'<Tab>" put a bac
 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: