updated for version 7.0c13
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 1cac881..8bd9dad 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt*  For Vim version 7.0c.  Last change: 2006 Apr 07
+*version7.txt*  For Vim version 7.0c.  Last change: 2006 Apr 09
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -2411,4 +2411,7 @@
 
 glob('/dir/\$ABC/*') didn't work.
 
+When using several tab pages and changing 'cmdheight' the display could become
+messed up.  Now store the value of 'cmdheight' separately for each tab page.
+
  vim:tw=78:ts=8:ft=help:norl: