updated for version 7.0143
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 7ec8c48..5778204 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 Sep 06
+*version7.txt*  For Vim version 7.0aa.  Last change: 2005 Sep 07
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1326,4 +1326,10 @@
 Output of ":function" could leave some of the typed text behind. (Yegappan
 Lakshmanan)
 
+When the command line history has only a few lines the command line window
+would be opened with these lines above the first window line.
+
+When using a command line window for search strings ":qa" would result in
+searching for "qa" instead of quitting all windows.
+
  vim:tw=78:ts=8:ft=help:norl: