updated for version 7.0199
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index bbd3d04..7bfc4ec 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt*  For Vim version 7.0aa.  Last change: 2006 Feb 14
+*version7.txt*  For Vim version 7.0aa.  Last change: 2006 Feb 16
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1010,6 +1010,9 @@
 
 Insert mode completion for whole lines now also searches unloaded buffers.
 
+The colortest.vim script can now be invoked directly with ":source" or
+":runtime".
+
 ==============================================================================
 COMPILE TIME CHANGES					*compile-changes-7*
 
@@ -1696,4 +1699,6 @@
 
 'titleold' was included in ":mkexrc" and ":mksession" files.
 
+":set background&" didn't use the same logic as was used when starting up.
+
  vim:tw=78:ts=8:ft=help:norl: