diff runtime/doc/version7.txt @ 197:59fd8376545b v7.0058

updated for version 7.0058
author vimboss
date Tue, 08 Mar 2005 22:46:26 +0000
parents 2fcd444c4bd3
children 3585d1a53fa5
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 Mar 07
+*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Mar 08
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -939,4 +939,10 @@ unicodepdy[] as for UTF-8. (Taro Muraoka
 The method used to locate user commands for completion differed from when they
 are executed.  Abiguous command names were not completed properly.
 
+Incremental search may cause a crash when there is a custom statusline that
+indirectly invokes ":normal".
+
+Diff mode failed when $DIFF_OPTIONS was set in the environment.  Unset it
+before invoking "diff".
+
  vim:tw=78:ts=8:ft=help:norl: